summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-05-04mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-1/+1
2017-05-04xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko5-13/+13
2017-05-04proc: show MADV_FREE pages info in smapsShaohua Li1-1/+7
2017-05-04fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang1-1/+1
2017-05-04ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-05-04fs/ocfs2/cluster: use setup_timerGeliang Tang1-3/+2
2017-05-04f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu1-3/+4
2017-05-04f2fs: 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-03fs: don't set *REFERENCED on single use objectsJosef Bacik2-3/+4
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-03f2fs: shrink size of struct discard_cmdChao Yu1-1/+1
2017-05-03f2fs: don't hold cmd_lock during waiting discard commandChao Yu2-5/+21
2017-05-03f2fs: nullify fio->encrypted_page for each writesJaegeuk Kim1-1/+1
2017-05-03f2fs: sanity check segment countJin Qian1-0/+7
2017-05-03f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim1-5/+12
2017-05-03f2fs: lookup extent cache first under IPU scenarioHou Pengyang3-2/+16
2017-05-03f2fs: reconstruct code to write a data pageHou Pengyang3-37/+54
2017-05-03f2fs: introduce __wait_discard_cmdChao Yu1-22/+18
2017-05-03f2fs: introduce __issue_discard_cmdChao Yu1-33/+30
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+15
2017-05-03Merge 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
2017-05-02CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky3-0/+139
2017-05-02cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson1-2/+7
2017-05-02cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter1-3/+3
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds11-1200/+1136
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+11
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2017-05-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-53/+40
2017-05-02Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-261/+350
2017-05-02ext4: inherit encryption xattr before other xattrsEric Biggers1-6/+11
2017-05-02Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2017-05-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-05-02Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-21/+4
2017-05-01block, dax: use correct format string in bdev_dax_supportedArnd Bergmann1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds39-257/+186