summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2016-04-122-1/+13
* ocfs2/dlm: fix race between convert and recoveryJoseph Qi2016-04-121-1/+10
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-04-123-9/+29
* xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik2016-04-121-9/+10
* splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent2016-04-121-0/+3
* jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi2016-04-121-5/+12
* efi: Make efivarfs entries immutable by defaultPeter Jones2016-03-164-14/+99
* efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-03-161-4/+3
* Fix directory hardlinks from deleted directoriesDavid Woodhouse2016-03-092-19/+62
* jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2016-03-092-11/+11
* Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker2016-03-091-21/+18
* CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky2016-03-091-3/+18
* cifs: fix out-of-bounds access in lease parsingJustin Maggard2016-03-091-10/+14
* locks: fix unlock when fcntl_setlk races with a closeJeff Layton2016-03-091-21/+30
* bio: return EINTR if copying to user space got interruptedHannes Reinecke2016-03-091-3/+6
* do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro2016-03-031-0/+4
* NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-03-031-2/+2
* uml: fix hostfs mknod()Vegard Nossum2016-03-031-3/+1
* Btrfs: fix number of transaction units required to create symlinkFilipe Manana2016-03-031-1/+3
* Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana2016-03-031-1/+15
* Btrfs: igrab inode in writepageJosef Bacik2016-03-031-2/+15
* Btrfs: add missing brelse when superblock checksum failsAnand Jain2016-03-031-0/+1
* vfs: Avoid softlockups with sendfile(2)Jan Kara2016-03-031-0/+1
* lockd: create NSM handles per net namespaceAndrey Ryabinin2016-03-036-19/+30
* Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia2016-03-031-1/+1
* splice: sendfile() at once fails for big filesChristophe Leroy2016-03-031-1/+11
* lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro2016-03-031-1/+3
* dcache: add missing lockdep annotationLinus Torvalds2016-03-031-1/+1
* dentry_kill() doesn't need the second argument nowAl Viro2016-03-031-7/+4
* dealing with the rest of shrink_dentry_list() livelockAl Viro2016-03-031-2/+20
* shrink_dentry_list(): take parent's ->d_lock earlierAl Viro2016-03-031-12/+41
* expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro2016-03-031-13/+17
* split dentry_kill()Al Viro2016-03-031-26/+36
* lift the "already marked killed" case into shrink_dentry_list()Al Viro2016-03-031-6/+9
* proc: Fix ptrace-based permission checks for accessing task mapsCorey Wright2016-03-032-3/+3
* fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2016-02-251-1/+1
* udf: Check output buffer length when converting name to CS0Andrew Gabbasov2016-02-251-2/+13
* udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov2016-02-251-1/+5
* udf: limit the maximum number of indirect extents in a rowVegard Nossum2016-02-251-0/+15
* nfs: Fix race in __update_open_stateid()Andrew Elble2016-02-251-1/+1
* cifs: fix erroneous return valueAnton Protopopov2016-02-251-1/+1
* cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-02-251-0/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-253-13/+13
* Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-251-4/+6
* btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-253-3/+16
* ext4: fix potential integer overflowInsu Yun2016-02-251-1/+1
* AIO: properly check iovec sizesGreg Kroah-Hartman2016-02-251-2/+7
* pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-251-0/+20
* binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki2016-02-171-5/+5
* FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee2016-02-171-18/+17