index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
fs.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+8
2015-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-1
/
+3
2015-07-01
fs: Add helper functions for permanently empty directories.
Eric W. Biederman
1
-0
/
+2
2015-06-30
Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
Linus Torvalds
1
-2
/
+7
2015-06-25
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+25
2015-06-25
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+3
2015-06-23
fs: Call security_ops->inode_killpriv on truncate
Jan Kara
1
-1
/
+5
2015-06-23
fs: Provide function telling whether file_remove_privs() will do anything
Jan Kara
1
-0
/
+1
2015-06-23
fs: Rename file_remove_suid() to file_remove_privs()
Jan Kara
1
-1
/
+1
2015-06-23
vfs: add file_path() helper
Miklos Szeredi
1
-0
/
+2
2015-06-19
overlayfs: Make f_path always point to the overlay and f_inode to the underlay
David Howells
1
-2
/
+0
2015-06-17
vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB
Tejun Heo
1
-1
/
+3
2015-06-04
dax: expose __dax_fault for filesystems with locking constraints
Dave Chinner
1
-1
/
+4
2015-06-04
dax: don't abuse get_block mapping for endio callbacks
Dave Chinner
1
-2
/
+4
2015-06-02
writeback: implement unlocked_inode_to_wb transaction and use it for stat updates
Tejun Heo
1
-0
/
+6
2015-06-02
writeback: implement foreign cgroup inode detection
Tejun Heo
1
-0
/
+5
2015-06-02
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
Tejun Heo
1
-0
/
+4
2015-06-02
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
Tejun Heo
1
-0
/
+1
2015-06-02
bdi: make inode_to_bdi() inline
Tejun Heo
1
-1
/
+7
2015-05-20
block: export blkdev_reread_part() and __blkdev_reread_part()
Jarod Wilson
1
-0
/
+3
2015-05-15
get rid of assorted nameidata-related debris
Al Viro
1
-1
/
+0
2015-05-15
VFS/namei: make the use of touch_atime() in get_link() RCU-safe.
NeilBrown
1
-0
/
+1
2015-05-13
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
Eric W. Biederman
1
-1
/
+1
2015-05-11
new helper: free_page_put_link()
Al Viro
1
-0
/
+1
2015-05-11
switch ->put_link() from dentry to inode
Al Viro
1
-3
/
+3
2015-05-10
don't pass nameidata to ->follow_link()
Al Viro
1
-3
/
+3
2015-05-10
new ->follow_link() and ->put_link() calling conventions
Al Viro
1
-6
/
+6
2015-05-10
libfs: simple_follow_link()
Al Viro
1
-0
/
+3
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+29
2015-04-24
fix I_DIO_WAKEUP definition
Eric Sandeen
1
-1
/
+1
2015-04-24
direct-io: only inc/dec inode->i_dio_count for file systems
Jens Axboe
1
-1
/
+28
2015-04-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+8
2015-04-17
proc: show locks in /proc/pid/fdinfo/X
Andrey Vagin
1
-0
/
+7
2015-04-17
mm: rcu-protected get_mm_exe_file()
Konstantin Khlebnikov
1
-0
/
+1
2015-04-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-12
/
+29
2015-04-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-04-15
dax: use pfn_mkwrite to update c/mtime + freeze protection
Boaz Harrosh
1
-0
/
+1
2015-04-15
vfs: delete vfs_readdir function declaration
Zhang Zhen
1
-1
/
+0
2015-04-15
Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linux
Linus Torvalds
1
-2
/
+2
2015-04-15
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+1
2015-04-14
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+23
2015-04-11
mirror O_APPEND and O_DIRECT into iocb->ki_flags
Al Viro
1
-0
/
+15
2015-04-11
switch generic_write_checks() to iocb and iter
Al Viro
1
-1
/
+1
2015-04-11
Merge branch 'for-linus' into for-next
Al Viro
1
-1
/
+1
2015-04-11
generic_write_checks(): drop isblk argument
Al Viro
1
-1
/
+1
2015-04-11
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
1
-1
/
+1
2015-04-11
Remove rw from dax_{do_,}io()
Omar Sandoval
1
-2
/
+2
2015-04-11
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
1
-10
/
+12
2015-04-11
->aio_read and ->aio_write removed
Al Viro
1
-2
/
+0
2015-04-11
kill do_sync_read/do_sync_write
Al Viro
1
-2
/
+0
[next]