Age | Commit message (Expand) | Author |
2014-10-31 | Return short read or 0 at end of a raw device, not EIO | David Jeffery |
2014-10-28 | overlayfs: fix lockdep misannotation | Miklos Szeredi |
2014-10-24 | fs: limit filesystem stacking depth | Miklos Szeredi |
2014-10-24 | vfs: add whiteout support | Miklos Szeredi |
2014-10-24 | vfs: export check_sticky() | Miklos Szeredi |
2014-10-24 | vfs: export __inode_permission() to modules | Miklos Szeredi |
2014-10-24 | vfs: export do_splice_direct() to modules | Miklos Szeredi |
2014-10-24 | vfs: add i_op->dentry_open() | Miklos Szeredi |
2014-10-18 | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-10-14 | block: Remove REQ_KERNEL | Martin K. Petersen |
2014-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-10-09 | vfs: move getname() from callers to do_mount() | Seunghun Lee |
2014-10-09 | constify file_inode() | Al Viro |
2014-10-07 | locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKING | Jeff Layton |
2014-10-07 | locks: set fl_owner for leases to filp instead of current->files | Jeff Layton |
2014-10-07 | locks: give lm_break a return value | Jeff Layton |
2014-10-07 | locks: move freeing of leases outside of i_lock | Jeff Layton |
2014-10-07 | locks: define a lm_setup handler for leases | Jeff Layton |
2014-10-07 | locks: plumb a "priv" pointer into the setlease routines | Jeff Layton |
2014-09-09 | security: make security_file_set_fowner, f_setown and __f_setown void return | Jeff Layton |
2014-09-09 | locks: consolidate "nolease" routines | Jeff Layton |
2014-09-09 | locks: remove lock_may_read and lock_may_write | Jeff Layton |
2014-09-09 | locks: New ops in lock_manager_operations for get/put owner | Kinglong Mee |
2014-09-09 | locks: Rename __locks_copy_lock() to locks_copy_conflock() | Kinglong Mee |
2014-09-09 | locks: Remove unused conf argument from lm_grant | Joe Perches |
2014-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-08-08 | mm: allow drivers to prevent new writable mappings | David Herrmann |
2014-08-07 | acct: get rid of acct_list | Al Viro |
2014-08-07 | acct: switch to __kernel_write() | Al Viro |
2014-08-06 | fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def... | Joe Perches |
2014-07-13 | locks: typedef fl_owner_t to void * | Christoph Hellwig |
2014-06-21 | Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux | Linus Torvalds |
2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-06-12 | kill generic_file_splice_write() | Al Viro |
2014-06-12 | ->splice_write() via ->write_iter() | Al Viro |
2014-06-10 | locks: add missing memory barrier in break_deleg | Jeff Layton |
2014-06-04 | fs/libfs.c: add generic data flush to fsync | Fabian Frederick |
2014-05-06 | bury generic_file_aio_{read,write} | Al Viro |
2014-05-06 | bury __generic_file_aio_write() | Al Viro |
2014-05-06 | blkdev_aio_write() - turn into blkdev_write_iter() | Al Viro |
2014-05-06 | write_iter variants of {__,}generic_file_aio_write() | Al Viro |
2014-05-06 | new methods: ->read_iter() and ->write_iter() | Al Viro |
2014-05-06 | replace checking for ->read/->aio_read presence with check in ->f_mode | Al Viro |
2014-05-06 | iov_iter_truncate() | Al Viro |
2014-05-06 | new helper: generic_file_read_iter() | Al Viro |
2014-05-06 | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro |
2014-05-06 | pass iov_iter to ->direct_IO() | Al Viro |
2014-05-06 | kill generic_segment_checks() | Al Viro |
2014-05-06 | generic_file_direct_write(): switch to iov_iter | Al Viro |
2014-04-23 | locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead | Jeff Layton |