summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-04f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim
2017-05-04ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers
2017-05-04f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers
2017-05-04ext4: remove "nokey" check from ext4_lookup()Eric Biggers
2017-05-04fscrypt: fix context consistency check when key(s) unavailableEric Biggers
2017-05-04jbd2: cleanup write flags handling from jbd2_write_superblock()Jan Kara
2017-05-04ext4: mark superblock writes synchronous for nobarrier mountsJan Kara
2017-05-04nfs: Fix bdi handling for cloned superblocksJan Kara
2017-05-03SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French
2017-05-03f2fs: fix a mount fail for wrong next_scan_nidYunlei He
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-03cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp
2017-05-03CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke
2017-05-03fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin
2017-05-03jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko
2017-05-03jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko
2017-05-03xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko
2017-05-03proc: show MADV_FREE pages info in smapsShaohua Li
2017-05-03fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang
2017-05-03ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi
2017-05-03fs/ocfs2/cluster: use setup_timerGeliang Tang
2017-05-03f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu
2017-05-03f2fs: Make flush bios explicitely syncJan Kara
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong
2017-05-03Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/...Linus Torvalds
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-05-03f2fs: show available_nids in f2fs/statusJaegeuk Kim
2017-05-03f2fs: flush dirty nats periodicallyJaegeuk Kim
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonChao Yu
2017-05-03f2fs: release cp and dnode lock before IPUHou Pengyang
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-05-03fs: don't set *REFERENCED on single use objectsJosef Bacik
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent
2017-05-03cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp
2017-05-03cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp
2017-05-02f2fs: shrink size of struct discard_cmdChao Yu
2017-05-02f2fs: don't hold cmd_lock during waiting discard commandChao Yu
2017-05-02f2fs: nullify fio->encrypted_page for each writesJaegeuk Kim
2017-05-02f2fs: sanity check segment countJin Qian
2017-05-02f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim
2017-05-02f2fs: lookup extent cache first under IPU scenarioHou Pengyang
2017-05-02f2fs: reconstruct code to write a data pageHou Pengyang
2017-05-02f2fs: introduce __wait_discard_cmdChao Yu
2017-05-02f2fs: introduce __issue_discard_cmdChao Yu
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds