summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-02-03ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-03cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-03cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-02-03cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2016-02-03xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+40
2016-02-03xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-03uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-02-03locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-02-03btrfs: handle invalid num_stripes in sys_arrayDavid Sterba1-0/+8
2016-02-01udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-01udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-01NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-01NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust3-6/+3
2016-02-01nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-02-01udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-02-01ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov1-1/+2
2016-02-01ovl: setattr: check permissions before copy-upMiklos Szeredi2-0/+15
2016-02-01ovl: root: copy attrMiklos Szeredi1-0/+3
2016-02-01ovl: use a minimal buffer in ovl_copy_xattrVito Caputo1-14/+25
2016-02-01ovl: allow zero size xattrMiklos Szeredi1-1/+1
2016-01-31fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro1-0/+1
2016-01-31direct-io: Fix negative return from dio read beyond eofJan Kara1-1/+9
2015-12-14ceph: fix message length computationArnd Bergmann1-1/+1
2015-12-14ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2015-12-14nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2015-12-14nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2015-12-14debugfs: fix refcount imbalance in start_creatingDaniel Borkmann1-1/+5
2015-12-14nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble1-10/+84
2015-12-14nfsd: serialize state seqid morphing operationsJeff Layton2-14/+38
2015-12-14ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2-3/+15
2015-12-14ext4: fix potential use after free in __ext4_journal_stopLukas Czerner1-3/+3
2015-12-14ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o1-1/+4
2015-12-14Btrfs: fix race when listing an inode's xattrsFilipe Manana1-1/+3
2015-12-14Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-12-14Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+12
2015-12-14Btrfs: fix truncation of compressed and inlined extentsFilipe Manana1-14/+68
2015-12-14Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-43/+152
2015-12-09fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2-8/+17
2015-11-09btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer1-1/+4
2015-11-09ovl: fix dentry reference leakDavid Howells1-1/+1
2015-11-09ovl: use O_LARGEFILE in ovl_copy_up()David Howells1-2/+2
2015-11-09ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov1-0/+1
2015-11-09ovl: 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