summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-10-28fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo1-2/+2
2015-10-28namei: permit linking with CAP_FOWNER in usernsDirk Steinmetz1-5/+2
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+24
2015-10-24Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+5
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2-2/+3
2015-10-22locks: cleanup posix_lock_inode_wait and flock_lock_inode_waitBenjamin Coddington1-6/+3
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington11-53/+20
2015-10-22locks: introduce locks_lock_inode_wait()Benjamin Coddington1-0/+24
2015-10-22pstore: Fix return type of pstore_is_mounted()Geliang Tang2-2/+2
2015-10-22f2fs: fix to skip shrinking extent nodesChao Yu1-1/+1
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