summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-12-08fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro
2015-12-089p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro
2015-12-08cifs: avoid unused variable and labelArnd Bergmann
2015-12-08nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig
2015-12-08nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker
2015-12-08vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-12-08locks: new locks_mandatory_area calling conventionChristoph Hellwig
2015-12-07SUNRPC: Fix callback channelTrond Myklebust
2015-12-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-12-07xfs: Change how listxattr generates synthetic attributesAndreas Gruenbacher
2015-12-07tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher
2015-12-07tmpfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-12-07btrfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-12-07posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
2015-12-07gfs2: Remove gfs2_xattr_acl_chmodAndreas Gruenbacher
2015-12-07vfs: Remove vfs_xattr_cmpAndreas Gruenbacher
2015-12-07restore_nameidata(): no need to clear now->stackAl Viro
2015-12-07namei.c: take "jump to root" into a new helperAl Viro
2015-12-07path_init(): set nd->inode earlier in cwd-relative caseAl Viro
2015-12-07namei.c: fold set_root_rcu() into set_root()Al Viro
2015-12-07don't opencode iget_failed()Al Viro
2015-12-07f2fs: it's umode_t, not mode_t...Al Viro
2015-12-07typo in fs/namei.c commentMike Marshall
2015-12-07coredump: Use 64bit time for unix time of coredumpArnd Bergmann
2015-12-07adfs: constify adfs_dir_ops structuresJulia Lawall
2015-12-07vfs: show_vfsstat: remove redundant initialization and check of error codeDmitry V. Levin
2015-12-07vfs: show_mountinfo: cleanup error code checksDmitry V. Levin
2015-12-07vfs: show_vfsmnt: remove redundant initialization of error codeDmitry V. Levin
2015-12-07fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai
2015-12-07fs/dcache.c: is_subdir can be booleanYaowei Bai
2015-12-07fs/namespace.c: path_is_under can be booleanYaowei Bai
2015-12-07fs/file.c: __const_max is actually __const_min :-)Rasmus Villemoes
2015-12-07namei: page_getlink() and page_follow_link_light() are the same thingAl Viro
2015-12-07ufs: get rid of ->setattr() for symlinksAl Viro
2015-12-07udf: don't duplicate page_symlink_inode_operationsAl Viro
2015-12-07logfs: don't duplicate page_symlink_inode_operationsAl Viro
2015-12-07switch befs long symlinks to page_symlink_operationsAl Viro
2015-12-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-12-06Don't reset ->total_link_count on nested calls of vfs_path_lookup()Al Viro
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro
2015-12-06ovl: fix permission checking for setattrMiklos Szeredi
2015-12-04block: detach bdev inode from its wb in __blkdev_put()Ilya Dryomov
2015-12-04jbd2: fix null committed data return in undo_accessJunxiao Bi
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-12-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-12-01vfs: Add vfs_copy_file_range() support for pagecache copiesAnna Schumaker
2015-12-01btrfs: add .copy_file_range file operationZach Brown
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown