summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-06-01fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher
2016-06-01remove directory incorrectly tries to set delete on close on non-empty direct...Steve French
2016-06-01Btrfs: don't use src fd for printkJosef Bacik
2016-05-18get_rock_ridge_filename(): handle malformed NM entriesAl Viro
2016-05-11proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-05-04ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o
2016-04-12ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi
2016-04-12ocfs2/dlm: fix race between convert and recoveryJoseph Qi
2016-04-12fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-04-12xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik
2016-04-12splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent
2016-04-12jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi
2016-03-16efi: Make efivarfs entries immutable by defaultPeter Jones
2016-03-16efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones
2016-03-09Fix directory hardlinks from deleted directoriesDavid Woodhouse
2016-03-09jffs2: Fix page lock / f->sem deadlockDavid Woodhouse
2016-03-09Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker
2016-03-09CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky
2016-03-09cifs: fix out-of-bounds access in lease parsingJustin Maggard
2016-03-09locks: fix unlock when fcntl_setlk races with a closeJeff Layton
2016-03-09bio: return EINTR if copying to user space got interruptedHannes Reinecke
2016-03-03do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro
2016-03-03NFSv4: Fix a dentry leak on alias useBenjamin Coddington
2016-03-03uml: fix hostfs mknod()Vegard Nossum
2016-03-03Btrfs: fix number of transaction units required to create symlinkFilipe Manana
2016-03-03Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana
2016-03-03Btrfs: igrab inode in writepageJosef Bacik
2016-03-03Btrfs: add missing brelse when superblock checksum failsAnand Jain
2016-03-03vfs: Avoid softlockups with sendfile(2)Jan Kara
2016-03-03lockd: create NSM handles per net namespaceAndrey Ryabinin
2016-03-03Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia
2016-03-03splice: sendfile() at once fails for big filesChristophe Leroy
2016-03-03lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro
2016-03-03dcache: add missing lockdep annotationLinus Torvalds
2016-03-03dentry_kill() doesn't need the second argument nowAl Viro
2016-03-03dealing with the rest of shrink_dentry_list() livelockAl Viro
2016-03-03shrink_dentry_list(): take parent's ->d_lock earlierAl Viro
2016-03-03expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro
2016-03-03split dentry_kill()Al Viro
2016-03-03lift the "already marked killed" case into shrink_dentry_list()Al Viro
2016-03-03proc: Fix ptrace-based permission checks for accessing task mapsCorey Wright
2016-02-25fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin
2016-02-25udf: Check output buffer length when converting name to CS0Andrew Gabbasov
2016-02-25udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov
2016-02-25udf: limit the maximum number of indirect extents in a rowVegard Nossum
2016-02-25nfs: Fix race in __update_open_stateid()Andrew Elble
2016-02-25cifs: fix erroneous return valueAnton Protopopov
2016-02-25cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn