aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-04-01cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov()Al Viro
2014-04-01switch vmsplice_to_user() to copy_page_to_iter()Al Viro
2014-04-01switch pipe_read() to copy_page_to_iter()Al Viro
2014-04-01cifs_iovec_read(): resubmit shouldn't restart the loopAl Viro
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro
2014-04-01pipe: kill ->map() and ->unmap()Al Viro
2014-04-01fuse/dev: use atomic mapsAl Viro
2014-04-01VFS: Make delayed_free() call free_vfsmnt()David Howells
2014-04-01cifs: ->rename() without ->lookup() makes no senseAl Viro
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro
2014-04-01ntfs: don't put NULL into ->i_op/->i_fopAl Viro
2014-04-01new helper: readlink_copy()Al Viro
2014-04-01get rid of files_defer_init()Al Viro
2014-04-01namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro
2014-04-01get_write_access() is inlined, exporting it is pointlessAl Viro
2014-04-01tidy do_dentry_open() up a bitAl Viro
2014-04-01mark struct file that had write access grabbed by open()Al Viro
2014-04-01fold __get_file_write_access() into its only callerAl Viro
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro
2014-04-01don't bother with {get,put}_write_access() on non-regular filesAl Viro
2014-04-01ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro
2014-04-01reduce m_start() cost...Al Viro
2014-04-01smarter propagate_mnt()Al Viro
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-04-02f2fs: fix to cover io->bio with io_rwsemJaegeuk Kim
2014-04-02f2fs: fix error path when fail to read inline dataChao Yu
2014-04-02f2fs: use list_for_each_entry{_safe} for simplyfying codeChao Yu
2014-04-02f2fs: avoid free slab cache under spinlockChao Yu
2014-04-01ext4: fix premature freeing of partial clusters split across leaf blocksEric Whitney
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-01ext2: acl: remove unneeded include of linux/capability.hJakub Sitnicki
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-01ext4: add cross rename supportMiklos Szeredi
2014-04-01ext4: rename: split out helper functionsMiklos Szeredi
2014-04-01ext4: rename: move EMLINK check upMiklos Szeredi
2014-04-01ext4: rename: create ext4_renament structure for local varsMiklos Szeredi
2014-04-01vfs: add cross-renameMiklos Szeredi
2014-04-01vfs: lock_two_nondirectories: allow directory argsJ. Bruce Fields
2014-04-01security: add flags to rename hooksMiklos Szeredi
2014-04-01vfs: add RENAME_NOREPLACE flagMiklos Szeredi
2014-04-01vfs: add renameat2 syscallMiklos Szeredi
2014-04-01vfs: rename: use common code for dir and non-dirMiklos Szeredi
2014-04-01vfs: rename: move d_move() upMiklos Szeredi
2014-04-01vfs: add d_is_dir()Miklos Szeredi
2014-04-01f2fs: avoid unneeded lookup when xattr name length is too longChao Yu
2014-04-01f2fs: avoid unnecessary bio submit when wait page writebackChao Yu
2014-04-01f2fs: return -EIO when node id is not matchedJaegeuk Kim
2014-04-01ext4: remove unneeded test of ret variableLukas Czerner