aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-22/+36
2016-03-02userfaultfd: don't block on the last VM updates at exit timeLinus Torvalds1-0/+6
2016-03-01Merge 4.5-rc6 into char-misc-nextGreg Kroah-Hartman44-242/+565
2016-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-15/+5
2016-03-02xfs: remove xfs_trans_get_block_resChristoph Hellwig3-6/+5
2016-03-02xfs: fix up inode32/64 (re)mount handlingEric Sandeen4-71/+60
2016-03-02xfs: fix format specifier , should be %llx and not %lluColin Ian King1-1/+1
2016-03-02xfs: sanitize remount optionsEric Sandeen1-1/+31
2016-03-02xfs: convert mount option parsing to tokensEric Sandeen1-194/+197
2016-03-02xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever1-8/+13
2016-03-01nfsd: Update NFS server comments related to RDMA supportChuck Lever2-4/+3
2016-03-01nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee1-1/+2
2016-03-01nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-03-01Btrfs: do not collect ordered extents when logging that inode existsFilipe Manana1-1/+16
2016-03-01Btrfs: fix race when checking if we can skip fsync'ing an inodeFilipe Manana1-4/+5
2016-03-01Btrfs: fix listxattrs not listing all xattrs packed in the same itemFilipe Manana1-24/+41
2016-03-01Btrfs: fix deadlock between direct IO reads and buffered writesFilipe Manana1-2/+23
2016-03-01Btrfs: fix extent_same allowing destination offset beyond i_sizeFilipe Manana1-0/+3
2016-03-01Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana2-12/+59
2016-03-01Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana3-0/+20
2016-03-01Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/...Chris Mason28-606/+865
2016-03-01CIFS: Fix duplicate line introduced by clone_file_range patchSteve French1-1/+0
2016-03-01xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZEDave Chinner2-4/+9
2016-03-01xfs: dynamically switch modes when XFS_DIFLAG2_DAX is set/clearedDave Chinner1-13/+92
2016-03-01xfs: S_DAX is only for regular filesDave Chinner1-2/+3
2016-03-01xfs: XFS_DIFLAG_DAX is only for regular files or directoriesDave Chinner1-0/+8
2016-02-29jffs2: Improve post-mount CRC scan efficiencyDavid Woodhouse3-25/+45
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-15/+5
2016-02-29Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-02-29CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-02-29cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-02-29ext4: Fix data exposure after failed AIO DIOJan Kara3-32/+29
2016-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-37/+22
2016-02-27do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro1-5/+4
2016-02-27should_follow_link(): validate ->d_seq after having decided to followAl Viro1-0/+5
2016-02-27namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro1-2/+2
2016-02-27do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-02-27fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig1-2/+4
2016-02-27hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-19/+61
2016-02-27Merge tag 'tags/ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-35/+3
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler2-35/+3
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler5-6/+35
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler5-9/+12
2016-02-27ext4: online defrag not supported with DAXRoss Zwisler1-0/+5
2016-02-27ext2, ext4: only set S_DAX for regular inodesRoss Zwisler2-2/+2
2016-02-27block: disable block device DAX by defaultDan Williams1-1/+5
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua1-0/+1
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman1-1/+1