summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-10-22f2fs: fix error path of ->symlinkChao Yu1-3/+6
2015-10-22f2fs: fix to clear GCed flag for atomic written pageChao Yu1-0/+1
2015-10-22pstore: add pstore unregisterGeliang Tang8-21/+86
2015-10-22f2fs: don't need to submit bio on error caseJaegeuk Kim1-1/+1
2015-10-22f2fs: fix leakage of inmemory atomic pagesJaegeuk Kim1-7/+3
2015-10-22btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer1-1/+4
2015-10-22f2fs: refactor __find_rev_next_{zero}_bitJaegeuk Kim1-57/+49
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-1/+1
2015-10-21pstore: add a helper function pstore_register_kmsgGeliang Tang1-1/+6
2015-10-21pstore: add vmalloc error checkGeliang Tang1-0/+2
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells10-33/+32
2015-10-21btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo1-1/+1
2015-10-20f2fs: support fiemap for inline_dataJaegeuk Kim3-0/+44
2015-10-20f2fs: flush dirty data for bmapJaegeuk Kim1-6/+7
2015-10-19sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen1-0/+44
2015-10-18debugfs: Add debugfs_create_ulong()Viresh Kumar1-0/+48
2015-10-18debugfs: Add read-only/write-only bool file opsStephen Boyd1-1/+14
2015-10-18debugfs: Add read-only/write-only size_t file opsStephen Boyd1-1/+4
2015-10-18debugfs: Add read-only/write-only x64 file opsStephen Boyd1-1/+4
2015-10-18debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd1-66/+32
2015-10-16Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+16
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-54/+46
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler1-41/+29
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko4-13/+17
2015-10-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2015-10-15locks: Use more file_inode and fix a commentBenjamin Coddington1-5/+3
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky1-2/+2
2015-10-14btrfs: fix use after free iterating extrefsChris Mason1-5/+3
2015-10-14btrfs: check unsupported filters in balance argumentsDavid Sterba2-0/+13
2015-10-13Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-8/+0
2015-10-13f2fs: relocate the tracepoint for background_gcJaegeuk Kim1-3/+3
2015-10-13f2fs crypto: fix racing of accessing encrypted page amongChao Yu5-11/+44
2015-10-13f2fs: export ra_nid_pages to sysfsChao Yu4-2/+8
2015-10-13f2fs: readahead for free nids buildingChao Yu1-0/+3
2015-10-13f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu6-12/+14
2015-10-13f2fs: don't tag REQ_META for temporary non-meta pagesChao Yu5-4/+26
2015-10-13f2fs: add a tracepoint for f2fs_read_data_pagesChao Yu1-0/+3
2015-10-12f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim5-18/+28
2015-10-12f2fs: fix SSA updates resulting in corruptionJaegeuk Kim3-113/+136
2015-10-12Revert "f2fs: do not skip dentry block writes"Jaegeuk Kim4-1/+14
2015-10-12f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failureJaegeuk Kim2-0/+5
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo1-9/+22
2015-10-12writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()Tejun Heo1-2/+2
2015-10-12ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov1-0/+1
2015-10-12ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov1-0/+1
2015-10-12ovl: fix open in stacked overlayMiklos Szeredi1-0/+3
2015-10-12ovl: fix dentry reference leakDavid Howells1-1/+1
2015-10-12ovl: use O_LARGEFILE in ovl_copy_up()David Howells1-2/+2
2015-10-10namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust1-2/+6
2015-10-10Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-17/+35