summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-10Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-03-10jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-03-10Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-03-10CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-10locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-03-04do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-03-04uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-03-04Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-03-04Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2016-03-04Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-03-04Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-03-04vfs: Avoid softlockups with sendfile(2)Jan Kara1-0/+1
2016-03-04lockd: create NSM handles per net namespaceAndrey Ryabinin6-19/+30
2016-03-04Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia1-1/+1
2016-03-04splice: sendfile() at once fails for big filesChristophe Leroy1-1/+11
2016-03-04proc: Fix ptrace-based permission checks for accessing task mapsCorey Wright2-3/+3
2016-02-25fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2016-02-25udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-25udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-25udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-02-25nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-02-25cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-13/+13
2016-02-25Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-25ext4: fix potential integer overflowInsu Yun1-1/+1
2016-02-25AIO: properly check iovec sizesGreg Kroah-Hartman1-3/+8
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-02-20binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki1-5/+5
2016-02-20FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee1-5/+4
2016-02-20ext4: Fix handling of extended tv_secDavid Turner1-7/+44
2016-02-20fix sysvfs symlinksAl Viro1-8/+2
2016-02-20fix calculation of meta_bg descriptor backupsAndy Leiserson1-2/+2
2016-02-20jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara1-0/+2
2016-02-20ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-20ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-01-23nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2016-01-23nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2016-01-23ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2-3/+15
2016-01-23Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-10-23vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-2/+27
2015-10-23dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+10
2015-10-23udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+10
2015-10-23disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French1-2/+6
2015-10-23btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-10-01vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman1-9/+0
2015-10-01hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2015-10-01hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2015-10-01fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-10-01NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust1-2/+2
2015-10-01NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1