summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-05-04ext4: remove "nokey" check from ext4_lookup()Eric Biggers1-8/+1
2017-05-04fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-19/+68
2017-05-04jbd2: cleanup write flags handling from jbd2_write_superblock()Jan Kara1-7/+8
2017-05-04ext4: mark superblock writes synchronous for nobarrier mountsJan Kara1-1/+1
2017-05-04nfs: Fix bdi handling for cloned superblocksJan Kara2-21/+13
2017-05-03SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-05-03f2fs: fix a mount fail for wrong next_scan_nidYunlei He1-0/+3
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-46/+69
2017-05-03cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp1-0/+2
2017-05-03CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke1-2/+2
2017-05-03fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin1-6/+5
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin1-10/+8
2017-05-03jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko1-0/+9
2017-05-03jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko1-0/+12
2017-05-03xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2-10/+10
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-1/+1
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko5-13/+13
2017-05-03proc: show MADV_FREE pages info in smapsShaohua Li1-1/+7
2017-05-03fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang1-1/+1
2017-05-03ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-05-03fs/ocfs2/cluster: use setup_timerGeliang Tang1-3/+2
2017-05-03f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu1-3/+4
2017-05-03f2fs: Make flush bios explicitely syncJan Kara3-3/+3
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong3-9/+37
2017-05-03Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/...Linus Torvalds23-179/+335
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds18-704/+680
2017-05-03f2fs: show available_nids in f2fs/statusJaegeuk Kim2-3/+5
2017-05-03f2fs: flush dirty nats periodicallyJaegeuk Kim1-1/+1
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu4-8/+31
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonChao Yu3-20/+18
2017-05-03f2fs: release cp and dnode lock before IPUHou Pengyang4-16/+27
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-10/+10
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent4-5/+18
2017-05-03cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp1-0/+2
2017-05-03cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp1-0/+1
2017-05-02f2fs: shrink size of struct discard_cmdChao Yu1-1/+1
2017-05-02f2fs: don't hold cmd_lock during waiting discard commandChao Yu2-5/+21
2017-05-02f2fs: nullify fio->encrypted_page for each writesJaegeuk Kim1-1/+1
2017-05-02f2fs: sanity check segment countJin Qian1-0/+7
2017-05-02f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim1-5/+12
2017-05-02f2fs: lookup extent cache first under IPU scenarioHou Pengyang3-2/+16
2017-05-02f2fs: reconstruct code to write a data pageHou Pengyang3-37/+54
2017-05-02f2fs: introduce __wait_discard_cmdChao Yu1-22/+18
2017-05-02f2fs: introduce __issue_discard_cmdChao Yu1-33/+30
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+15
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-14/+110
2017-05-02Set unicode flag on cifs echo request to avoid Mac errorSteve French1-0/+3
2017-05-02CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky2-51/+139
2017-05-02CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky2-39/+131