aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-06afs: Make afs_readpages() fetch data in bulkDavid Howells2-2/+130
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells5-55/+145
2017-01-04Merge tag 'xfs-for-linus-4.10-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-16/+40
2017-01-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+4
2017-01-03xfs: fix max_retries _show and _store functionsCarlos Maiolino1-2/+2
2017-01-03xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig1-1/+2
2017-01-03xfs: use the actual AG length when reserving blocksDarrick J. Wong6-12/+34
2017-01-03xfs: fix double-cleanup when CUI recovery failsDarrick J. Wong1-1/+2
2017-01-02Merge tag 'fscrypt-for-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds2-1/+7
2017-01-02clean_bdev_aliases: Prevent cleaning blocks that are not in block rangeChandan Rajendra1-1/+1
2016-12-31fscrypt: fix renaming and linking special filesEric Biggers1-0/+5
2016-12-27fscrypt: fix the test_dummy_encryption mount optionTheodore Ts'o1-1/+2
2016-12-26ext4: Simplify DAX fault pathJan Kara1-38/+10
2016-12-26dax: Call ->iomap_begin without entry lock during dax faultJan Kara1-55/+66
2016-12-26dax: Finish fault completely when loading holesJan Kara1-9/+18
2016-12-26dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara1-17/+11
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara1-10/+61
2016-12-26ext2: Return BH_New buffers for zeroed blocksJan Kara1-2/+1
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner2-4/+3
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner3-3/+3
2016-12-25ktime: Get rid of the unionThomas Gleixner4-18/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds96-96/+96
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-90/+177
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds10-133/+162
2016-12-23Merge tag 'befs-v4.10-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds13-116/+145
2016-12-22Merge branch 'work.namespace' into for-linusAl Viro2-44/+38
2016-12-22ufs: fix function declaration for ufs_truncate_blocksJeff Layton1-1/+1
2016-12-22fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2016-12-22seq_file: reset iterator to first record for zero offsetTomasz Majchrzak1-0/+7
2016-12-22vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong3-9/+13
2016-12-22move aio compat to fs/aio.cAl Viro2-77/+95
2016-12-22block: add back plugging in __blkdev_direct_IOChristoph Hellwig1-0/+3
2016-12-22befs: add NFS export supportLuis de Bethencourt1-0/+38
2016-12-22befs: remove trailing whitespacesLuis de Bethencourt7-48/+47
2016-12-22befs: remove signatures from commentsLuis de Bethencourt3-7/+1
2016-12-22befs: fix style issues in header filesLuis de Bethencourt6-17/+12
2016-12-22befs: fix style issues in linuxvfs.cLuis de Bethencourt1-23/+26
2016-12-22befs: fix typos in linuxvfs.cLuis de Bethencourt1-8/+6
2016-12-22befs: fix style issues in io.cLuis de Bethencourt1-2/+2
2016-12-22befs: fix style issues in inode.cLuis de Bethencourt1-6/+6
2016-12-22befs: fix style issues in debug.cLuis de Bethencourt1-6/+8
2016-12-21splice: reinstate SIGPIPE/EPIPE handlingLinus Torvalds1-2/+7
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-109/+166
2016-12-19NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESTrond Myklebust2-4/+15
2016-12-19NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESTrond Myklebust1-0/+10
2016-12-19NFSv4: Place the GETATTR operation before the CLOSETrond Myklebust2-12/+12
2016-12-19NFSv4: Also ask for attributes when downgrading to a READ-only stateTrond Myklebust1-1/+2
2016-12-19NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust1-7/+0
2016-12-19pNFS: Return RW layouts on OPEN_DOWNGRADETrond Myklebust1-3/+13
2016-12-19NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADETrond Myklebust1-0/+10