summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee
2014-07-08nfsd: Protect addition to the file_hashtblTrond Myklebust
2014-07-08nfsd: fix file access refcount leak when nfsd4_truncate failsChristoph Hellwig
2014-07-08NFSD: Avoid warning message when compile at i686 archKinglong Mee
2014-07-08nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields
2014-07-08nfsd4: remove nfs4_acl_newJ. Bruce Fields
2014-07-08nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields
2014-07-08nfsd4: remove unused defer_free argumentJ. Bruce Fields
2014-07-08nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields
2014-07-08nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields
2014-07-08nfsd: fix rare symlink decoding bugJ. Bruce Fields
2014-07-08nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig
2014-07-08nfs: check hostname in nfs_get_clientPeng Tao
2014-07-08nfsv4: set hostname when creating nfsv4 ds connectionPeng Tao
2014-07-08ceph: properly apply umask when ACL is enabledYan, Zheng
2014-07-08ceph: pass proper page offset to copy_page_to_iter()Yan, Zheng
2014-07-08ceph: include time stamp in replayed MDS requestsYan, Zheng
2014-07-08ceph: check unsupported fallocate modeYan, Zheng
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi
2014-07-07fuse: handle large user and group IDMiklos Szeredi
2014-07-07fuse: inode: drop castHimangi Saraogi
2014-07-07fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati
2014-07-07fuse: timeout comparison fixMiklos Szeredi
2014-07-05ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen
2014-07-05ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o
2014-07-05ext4: clarify error count warning messagesTheodore Ts'o
2014-07-05ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-07-03Merge tag 'driver-core-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-07-03Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-07-03fs/seq_file: fallback to vmalloc allocationHeiko Carstens
2014-07-03/proc/stat: convert to single_open_size()Heiko Carstens
2014-07-03autofs4: fix false positive compile errorIan Kent
2014-07-03Btrfs: fix crash when starting transactionFilipe Manana
2014-07-03Btrfs: fix btrfs_print_leaf for skinny metadataJosef Bacik
2014-07-03Btrfs: fix race of using total_bytes_pinnedLiu Bo
2014-07-03btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba
2014-07-03btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba
2014-07-03Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain
2014-07-03btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana
2014-07-02fs/jffs2/xattr.c: remove null test before kfreeFabian Frederick
2014-07-02fs/jffs2/acl.c: remove null test before kfreeFabian Frederick
2014-07-02nfs: fix nfs4d readlink truncated packetAvi Kivity
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo