summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-12-09fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2-8/+17
2015-11-10btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer1-1/+4
2015-11-10ovl: fix dentry reference leakDavid Howells1-1/+1
2015-11-10ovl: use O_LARGEFILE in ovl_copy_up()David Howells1-2/+2
2015-11-10ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov1-0/+1
2015-11-10ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov1-0/+1
2015-10-27nfs4: have do_vfs_lock take an inode pointerJeff Layton1-8/+8
2015-10-27locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton1-28/+0
2015-10-27locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton1-12/+38
2015-10-27locks: have flock_lock_file take an inode pointer instead of a filpJeff Layton1-6/+6
2015-10-27nfsd/blocklayout: accept any minlengthChristoph Hellwig1-8/+0
2015-10-27btrfs: fix use after free iterating extrefsChris Mason1-5/+3
2015-10-27btrfs: check unsupported filters in balance argumentsDavid Sterba2-0/+13
2015-10-23namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust1-2/+6
2015-10-23nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayKinglong Mee1-19/+12
2015-10-23fix a braino in ovl_d_select_inode()Al Viro1-0/+3
2015-10-23overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells6-32/+39
2015-10-23overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells1-10/+4
2015-10-23vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-3/+28
2015-10-23dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+7
2015-10-23UBIFS: Kill unneeded locking in ubifs_init_securityRichard Weinberger1-3/+0
2015-10-23cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer1-2/+51
2015-10-23Do not fall back to SMBWriteX in set_file_size error casesSteve French1-34/+0
2015-10-23disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French1-2/+6
2015-10-23Fix sec=krb5 on smb3 mountsSteve French1-15/+61
2015-10-23NFS: Fix a write performance regressionTrond Myklebust1-1/+1
2015-10-23nfs: fix pg_test page count calculationPeng Tao1-1/+1
2015-10-23NFS: Do cleanup before resetting pageio read/write to mdsKinglong Mee2-0/+6
2015-10-23Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana1-8/+11
2015-10-23Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-8/+57
2015-10-23btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-10-23ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2-5/+12
2015-10-23blockdev: don't set S_DAX for misaligned partitionsJeff Moyer1-0/+7
2015-09-29jbd2: avoid infinite loop when destroying aborted journalJan Kara3-8/+44
2015-09-29hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2015-09-29hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2015-09-29eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks1-8/+8
2015-09-29fs: Don't dump core if the corefile would become world-readable.Jann Horn1-2/+6
2015-09-29fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-09-29Revert "NFSv4: Remove incorrect check in can_open_delegated()"Trond Myklebust1-0/+2
2015-09-29NFSv4.1: Fix a protocol issue with CLOSE stateidsTrond Myklebust1-5/+10
2015-09-29NFSv4.1/flexfiles: Fix a protocol error in layoutreturnTrond Myklebust1-2/+5
2015-09-29NFS41/flexfiles: zero out DS write wccPeng Tao1-0/+2
2015-09-29NFSv4: Force a post-op attribute update when holding a delegationTrond Myklebust1-0/+7
2015-09-29NFS41/flexfiles: update inode after write finishesPeng Tao1-0/+3
2015-09-29NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust1-2/+2
2015-09-29NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee1-0/+1
2015-09-29NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked()Trond Myklebust1-14/+19
2015-09-29NFS: Don't let the ctime override attribute barriers.Trond Myklebust1-8/+0
2015-09-29NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1