Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
7f5a466f2ea1115a4a73d987b7b6a73d23475305
/
include
/
linux
/
fs.h
10dce8a
fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
by Kirill Smelkov
· 6 years ago
7b47a9e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
d1cae94
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 6 years ago
38e7571
Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
80201fe
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b5dd0c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
f1fffbd
linux/fs.h: move member alignment check next to definition of struct filename
by Rasmus Villemoes
· 6 years ago
b39a07a
Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
a9519de
writeback: fix inode cgroup switching comment
by Greg Thelen
· 6 years ago
84c4e1f8
aio: simplify - and fix - fget/fput for io_submit()
by Linus Torvalds
· 6 years ago
091141a
fs: add fget_many() and fput_many()
by Jens Axboe
· 6 years ago
2b188cc
Add io_uring IO interface
by Jens Axboe
· 6 years ago
d911b45
vfs: Remove kern_mount_data()
by David Howells
· 6 years ago
cb50b34
convenience helpers: vfs_get_super() and sget_fc()
by Al Viro
· 6 years ago
3e1aeb0
vfs: Implement a filesystem superblock creation/configuration context
by David Howells
· 6 years ago
fb7e160
fs: add an iopoll method to struct file_operations
by Christoph Hellwig
· 6 years ago
f3a09c9
introduce fs_context methods
by Al Viro
· 6 years ago
8d0347f
convert do_remount_sb() to fs_context
by David Howells
· 6 years ago
a0c9a8b
teach vfs_get_tree() to handle subtype, switch do_new_mount() to it
by Al Viro
· 6 years ago
7d10f70
fs: Don't need to put list_lru into its own cacheline
by Waiman Long
· 6 years ago
643fa96
fscrypt: remove filesystem specific build config option
by Chandan Rajendra
· 6 years ago
bbe7449e
fs: common implementation of file type
by Phillip Potter
· 6 years ago
f346b0b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
0e9da3f
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
89cb088
mm: migrate: provide buffer_migrate_page_norefs()
by Jan Kara
· 6 years ago
cb03f94
fs/locks: merge posix_unblock_lock() and locks_delete_block()
by NeilBrown
· 6 years ago
ada5c1d
fs/locks: rename some lists and pointers.
by NeilBrown
· 6 years ago
20578bd
block: Initialize BIO I/O priority early
by Damien Le Moal
· 6 years ago
c2aa1a4
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
c32e5f3
vfs: hide file range comparison function
by Darrick J. Wong
· 6 years ago
eca3654
vfs: enable remap callers that can handle short operations
by Darrick J. Wong
· 6 years ago
df36583
vfs: plumb remap flags through the vfs dedupe functions
by Darrick J. Wong
· 6 years ago
452ce65
vfs: plumb remap flags through the vfs clone functions
by Darrick J. Wong
· 6 years ago
42ec3d4
vfs: make remap_file_range functions take and return bytes completed
by Darrick J. Wong
· 6 years ago
3d28193
vfs: pass remap flags to generic_remap_checks
by Darrick J. Wong
· 6 years ago
a91ae49b
vfs: pass remap flags to generic_remap_file_range_prep
by Darrick J. Wong
· 6 years ago
2e5dfc9
vfs: combine the clone and dedupe into a single remap_file_range
by Darrick J. Wong
· 6 years ago
a83ab01
vfs: rename vfs_clone_file_prep to be more descriptive
by Darrick J. Wong
· 6 years ago
1383a7e
vfs: check file ranges before cloning files
by Darrick J. Wong
· 6 years ago
79257514
Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
dad4f14
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
721fb6f
fsnotify: Fix busy inodes during unmount
by Jan Kara
· 6 years ago
ff9c745
mm: Convert page-writeback to XArray
by Matthew Wilcox
· 7 years ago
eb797a8
page cache: Rearrange address_space
by Matthew Wilcox
· 7 years ago
99c228a
fs: group frequently accessed fields of struct super_block together
by Amir Goldstein
· 6 years ago
a725356
vfs: swap names of {do,vfs}_clone_file_range()
by Amir Goldstein
· 6 years ago
1e6cb72
fsnotify: add super block object type
by Amir Goldstein
· 6 years ago
45cd0fa
vfs: add the fadvise() file operation
by Amir Goldstein
· 6 years ago
30aba66
namei: allow restricted O_CREAT of FIFOs and regular files
by Salvatore Mesoraca
· 6 years ago
d9a185f
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 6 years ago
74c8164
mpage: mpage_readpages() should submit IO as read-ahead
by Jens Axboe
· 6 years ago
4cdfffc
vfs: discard ATTR_ATTR_FLAG
by NeilBrown
· 6 years ago
4591343
Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
0ea97a2
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
a66b4cd
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
5bef915
new helper: inode_fake_hash()
by Al Viro
· 7 years ago
c2b6d62
new primitive: discard_new_inode()
by Al Viro
· 7 years ago
165ea0d
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
fb16043
vfs: remove open_flags from d_real()
by Miklos Szeredi
· 6 years ago
de2a4a5
Partially revert "locks: fix file locking on overlayfs"
by Miklos Szeredi
· 6 years ago
4ab3031
Revert "vfs: add flags to d_real()"
by Miklos Szeredi
· 6 years ago
c671854
Revert "vfs: update ovl inode before relatime check"
by Miklos Szeredi
· 6 years ago
f182536
vfs: export vfs_dedupe_file_range_one() to modules
by Miklos Szeredi
· 6 years ago
9df6702
vfs: export vfs_ioctl() to modules
by Miklos Szeredi
· 6 years ago
d3b1084
vfs: make open_with_fake_path() not contribute to nr_files
by Miklos Szeredi
· 6 years ago
51e6ce8
Merge branch 'dedupe-cleanup' into overlayfs-next
by Miklos Szeredi
· 6 years ago
2abc77a
new helper: open_with_fake_path()
by Al Viro
· 6 years ago
dbae8f2
kill FILE_{CREATED,OPENED}
by Al Viro
· 7 years ago
44907d7
get rid of 'opened' argument of ->atomic_open() - part 3
by Al Viro
· 7 years ago
be12af3
getting rid of 'opened' argument of ->atomic_open() - part 1
by Al Viro
· 7 years ago
73a09dd
introduce FMODE_CREATED and switch to it
by Al Viro
· 7 years ago
f5d1140
introduce FMODE_OPENED
by Al Viro
· 7 years ago
b4e7a7a
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
by Al Viro
· 7 years ago
19f391e
turn filp_clone_open() into inline wrapper for dentry_open()
by Al Viro
· 7 years ago
6944886
fs: shave 8 bytes off of struct inode
by Amir Goldstein
· 7 years ago
87eb5eb
vfs: dedupe: rationalize args
by Miklos Szeredi
· 7 years ago
5740c99
vfs: dedupe: return int
by Miklos Szeredi
· 7 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
cf85ec8
removed extra extern file_fdatawait_range
by Vasily Averin
· 7 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
4a18998
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
70f2ae1
Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
fd59ccc
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
1434763
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
408afb8
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
9214407
Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
f956d08a
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
d9a08a9
fs: Add aio iopriority support
by Adam Manzanares
· 7 years ago
fc28724
fs: Convert kiocb rw_hint from enum to u16
by Adam Manzanares
· 7 years ago
80ea09a
vfs: factor out inode_insert5()
by Miklos Szeredi
· 7 years ago
5afb783
block: don't print a message when the device went away
by Christoph Hellwig
· 7 years ago
3deb642
fs: introduce new ->get_poll_head and ->poll_mask methods
by Christoph Hellwig
· 7 years ago
8efd689
fs: add timespec64_truncate()
by Deepa Dinamani
· 7 years ago
bbbc3fb
fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabled
by Eric Biggers
· 7 years ago
75abe32
fs.h: fix outdated comment about file flags
by Li Qiang
· 7 years ago
0c8e3fe
vfs: add the sb_start_intwrite_trylock() helper
by Amir Goldstein
· 7 years ago
7a107c0
fasync: Fix deadlock between task-context and interrupt-context kill_fasync()
by Kirill Tkhai
· 7 years ago
7214dd4
Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
19e8a2f
Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
Next »