summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-25NFS: Don't attempt to decode missing directory entriesBenjamin Coddington1-0/+4
2016-05-16get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-05-11proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-03Revert "xfs: add capability check to free eofblocks ioctl"Jiri Slaby1-6/+0
2016-04-23mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman2-1/+1
2016-04-23fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov1-1/+2
2016-04-21pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-2/+45
2016-04-21fs, seqfile: always allow oom killerGreg Thelen1-3/+8
2016-04-21fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes1-1/+5
2016-04-20ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o3-4/+55
2016-04-11ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-04-11ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-04-11fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn3-9/+29
2016-04-11xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-04-11splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-04-11jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-04-11nfs: fix high load average due to callback thread sleepingJeff Layton1-3/+3
2016-04-11Btrfs: skip locking when searching commit rootWang Shilong1-1/+3
2016-04-11xfs: allow inode allocations in post-growfs disk spaceEric Sandeen3-11/+17
2016-03-30umount: Do not allow unmounting rootfs.Eric W. Biederman1-0/+1
2016-03-15efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+99
2016-03-15efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-03-07Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-03-07jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-03-07Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-03-07CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-07cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-03-07nfsd: fix problem with setting ACL on directoriesNeilBrown1-1/+1
2016-03-04bio: return EINTR if copying to user space got interruptedHannes Reinecke1-4/+8
2016-03-03locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-03-03do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-03-03NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-03-03uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-03-03Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-03-03Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2016-03-03Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-03-03Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-03-03vfs: Avoid softlockups with sendfile(2)Jan Kara1-0/+1
2016-03-03lockd: create NSM handles per net namespaceAndrey Ryabinin6-19/+30
2016-03-03Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia1-1/+1
2016-03-03splice: sendfile() at once fails for big filesChristophe Leroy1-1/+11
2016-03-02proc: Fix ptrace-based permission checks for accessing task mapsCorey Wright2-3/+3
2016-02-25xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-25libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1
2016-02-24fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2016-02-24udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-24udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-24udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-02-24nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1