Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
50fa2ee820f61ad10e94b87d5cbb2ee1180a98f3
/
include
/
linux
/
fs.h
9f4736f
block: revert runtime dax control of the raw block device
by Dan Williams
· 9 years ago
65f87ee
fs, block: force direct-I/O for dax-enabled block devices
by Dan Williams
· 9 years ago
cc67375
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
f9fe48b
dax: support dirty DAX entries in radix tree
by Ross Zwisler
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
d080827
Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
fce205e
Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
065019a
Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 9 years ago
32fb378
Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
5a023cd
block: enable dax for raw block devices
by Dan Williams
· 9 years ago
6108209
Merge branch 'for-linus' into work.misc
by Al Viro
· 9 years ago
66cf191
compat_ioctl: don't pass fd around when not needed
by Al Viro
· 9 years ago
f27a0fe
locks: pass inode pointer to locks_free_lock_context
by Jeff Layton
· 9 years ago
54dbc15
vfs: hoist the btrfs deduplication ioctl to the vfs
by Darrick J. Wong
· 9 years ago
fceef39
switch ->get_link() to delayed_call, kill ->put_link()
by Al Viro
· 9 years ago
cd3417c
kill free_page_put_link()
by Al Viro
· 9 years ago
b25472f
new helpers: no_seek_end_llseek{,_size}()
by Al Viro
· 9 years ago
6b25539
replace ->follow_link() with new method that could stay in RCU mode
by Al Viro
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
04b38d6
vfs: pull btrfs clone API to vfs layer
by Christoph Hellwig
· 9 years ago
acc1557
locks: new locks_mandatory_area calling convention
by Christoph Hellwig
· 9 years ago
d37177b
fs/attr.c: is_sxid can be boolean
by Yaowei Bai
· 9 years ago
0e3ef1f
fs/bad_inode.c: is_bad_inode can be boolean
by Yaowei Bai
· 9 years ago
a6e5787
fs/dcache.c: is_subdir can be boolean
by Yaowei Bai
· 9 years ago
25ab4c9
fs/namespace.c: path_is_under can be boolean
by Yaowei Bai
· 9 years ago
3e004ee
fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefined
by Yaowei Bai
· 9 years ago
2973293
vfs: add copy_file_range syscall and vfs helper
by Zach Brown
· 9 years ago
9e8925b
locks: Allow disabling mandatory locking at compile time
by Jeff Layton
· 9 years ago
842cf0b
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
c8fffa6
vfs: remove stale comment in inode_operations
by Ross Zwisler
· 9 years ago
3419b45
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
dece163
block: change ->make_request_fn() and users to return a queue cookie
by Jens Axboe
· 9 years ago
2e3078a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
aa750fd
mm/filemap.c: make global sync not clear error status of individual inodes
by Junichi Nomura
· 9 years ago
616fb38
locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait
by Benjamin Coddington
· 9 years ago
e55c34a
locks: introduce locks_lock_inode_wait()
by Benjamin Coddington
· 9 years ago
c94c2ac
dax: move DAX-related functions to a new header
by Matthew Wilcox
· 9 years ago
7d9071a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
1744771
Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
5477e70
mm: move ->mremap() from file_operations to vm_operations_struct
by Oleg Nesterov
· 9 years ago
73b6fa8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 9 years ago
061f98e
Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-next
by Al Viro
· 9 years ago
c7f5408
inode: rename i_wb_list to i_io_list
by Dave Chinner
· 10 years ago
e97fedb
sync: serialise per-superblock sync operations
by Dave Chinner
· 10 years ago
74278da
inode: convert inode_sb_list_lock to per-sb
by Dave Chinner
· 10 years ago
cbedaac
inode: add hlist_fake to avoid the inode hash lock in evict
by Josef Bacik
· 10 years ago
8129ed2
change sb_writers to use percpu_rw_semaphore
by Oleg Nesterov
· 9 years ago
853b39a
shift percpu_counter_destroy() into destroy_super_work()
by Oleg Nesterov
· 9 years ago
bee9182
introduce __sb_writers_{acquired,release}() helpers
by Oleg Nesterov
· 9 years ago
c87fb4a
lockd: NLM grace period shouldn't block NFSv4 opens
by J. Bruce Fields
· 9 years ago
4248b0d
fs, file table: reinit files_stat.max_files after deferred memory initialisation
by Mel Gorman
· 9 years ago
ee296d7
locks: inline posix_lock_file_wait and flock_lock_file_wait
by Jeff Layton
· 9 years ago
29d01b2
locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait
by Jeff Layton
· 9 years ago
90f8572
vfs: Commit to never having exectuables on proc and sysfs.
by Eric W. Biederman
· 9 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
0cbee99
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 9 years ago
fbabfd0
fs: Add helper functions for permanently empty directories.
by Eric W. Biederman
· 10 years ago
68b4449
Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
e4bc13a
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
bfffa1c
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
45f147a
fs: Call security_ops->inode_killpriv on truncate
by Jan Kara
· 10 years ago
dbfae0c
fs: Provide function telling whether file_remove_privs() will do anything
by Jan Kara
· 10 years ago
5fa8e0a
fs: Rename file_remove_suid() to file_remove_privs()
by Jan Kara
· 10 years ago
9bf39ab
vfs: add file_path() helper
by Miklos Szeredi
· 10 years ago
4bacc9c
overlayfs: Make f_path always point to the overlay and f_inode to the underlay
by David Howells
· 10 years ago
46b15ca
vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB
by Tejun Heo
· 10 years ago
ce5c5d5
dax: expose __dax_fault for filesystems with locking constraints
by Dave Chinner
· 10 years ago
e842f29
dax: don't abuse get_block mapping for endio callbacks
by Dave Chinner
· 10 years ago
682aa8e
writeback: implement unlocked_inode_to_wb transaction and use it for stat updates
by Tejun Heo
· 10 years ago
2a81490
writeback: implement foreign cgroup inode detection
by Tejun Heo
· 10 years ago
52ebea7
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
by Tejun Heo
· 10 years ago
89e9b9e
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
by Tejun Heo
· 10 years ago
a212b10
bdi: make inode_to_bdi() inline
by Tejun Heo
· 10 years ago
be32417
block: export blkdev_reread_part() and __blkdev_reread_part()
by Jarod Wilson
· 10 years ago
89076bc
get rid of assorted nameidata-related debris
by Al Viro
· 10 years ago
8fa9dd2
VFS/namei: make the use of touch_atime() in get_link() RCU-safe.
by NeilBrown
· 10 years ago
1b852bc
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
by Eric W. Biederman
· 10 years ago
ecc087f
new helper: free_page_put_link()
by Al Viro
· 10 years ago
5f2c417
switch ->put_link() from dentry to inode
by Al Viro
· 10 years ago
6e77137
don't pass nameidata to ->follow_link()
by Al Viro
· 10 years ago
680baac
new ->follow_link() and ->put_link() calling conventions
by Al Viro
· 10 years ago
61ba64f
libfs: simple_follow_link()
by Al Viro
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
ac74d8d
fix I_DIO_WAKEUP definition
by Eric Sandeen
· 10 years ago
fe0f07d
direct-io: only inc/dec inode->i_dio_count for file systems
by Jens Axboe
· 10 years ago
54e514b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
6c8c903
proc: show locks in /proc/pid/fdinfo/X
by Andrey Vagin
· 10 years ago
90f31d0
mm: rcu-protected get_mm_exe_file()
by Konstantin Khlebnikov
· 10 years ago
4fc8adc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
eea3a00
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
0e3b210
dax: use pfn_mkwrite to update c/mtime + freeze protection
by Boaz Harrosh
· 10 years ago
f2b91d8
vfs: delete vfs_readdir function declaration
by Zhang Zhen
· 10 years ago
6d50ff9
Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 10 years ago
fa92789
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
ca2ec32
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2ba48ce
mirror O_APPEND and O_DIRECT into iocb->ki_flags
by Al Viro
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
dfea934
Merge branch 'for-linus' into for-next
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
Next »