summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2015-01-16locks: consolidate NULL i_flctx checks in locks_remove_fileJeff Layton-2/+7
2015-01-16locks: keep a count of locks on the flctx listsJeff Layton-35/+35
2015-01-16locks: clean up the lm_change prototypeJeff Layton-8/+8
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton-69/+70
2015-01-16locks: convert lease handling to file_lock_contextJeff Layton-153/+99
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton-197/+153
2015-01-16locks: move flock locks to file_lock_contextJeff Layton-35/+152
2015-01-16ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton-4/+4
2015-01-16locks: add a new struct file_locking_context pointer to struct inodeJeff Layton-1/+46
2015-01-16locks: have locks_release_file use flock_lock_file to release generic flock l...Jeff Layton-18/+31
2015-01-16locks: add new struct list_head to struct file_lockJeff Layton-3/+5
2015-01-17Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+8
2015-01-17Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-25/+46
2015-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-29/+60
2015-01-15nfsd: nfs4state: Remove unused functionRickard Strandqvist-10/+0
2015-01-15lockd: xdr: Remove unused functionRickard Strandqvist-8/+0
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba-8/+21
2015-01-14btrfs: simplify insert_orphan_itemDavid Sterba-12/+4
2015-01-14btrfs: cleanup, remove inode_ref_info helperDavid Sterba-11/+6
2015-01-14btrfs: cleanup, remove inode_item_info helperDavid Sterba-15/+5
2015-01-14btrfs: fix leak of path in btrfs_find_itemDavid Sterba-15/+22
2015-01-13block: Change direct_access calling conventionMatthew Wilcox-18/+53
2015-01-13locks: fix NULL-deref in generic_delete_leaseNeilBrown-1/+1
2015-01-13GFS2: fix sprintf format specifieralex chen-2/+2
2015-01-12jffs2: compr_rubin: Remove unused functionRickard Strandqvist-5/+0
2015-01-12udf: destroy sbi mutex in put_superFabian Frederick-0/+1
2015-01-12Merge tag 'rneri-efi-next' of https://github.com/ricardon/efi into nextMatt Fleming-1/+1
2015-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+5
2015-01-09Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-1/+1
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-1/+1
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-11/+28
2015-01-09f2fs: pids_lock can be statickbuild test robot-1/+1
2015-01-09f2fs: add f2fs_destroy_trace_ios to free radix treeJaegeuk Kim-0/+40
2015-01-09f2fs: add spin_lock to cover radix operations in IO tracerJaegeuk Kim-3/+19
2015-01-09f2fs: add nat/sit entries into statusJaegeuk Kim-4/+6
2015-01-09f2fs: free radix_tree_nodes used by nat_set entriesJaegeuk Kim-2/+20
2015-01-09f2fs: fix wrong unlock_page callJaegeuk Kim-1/+0
2015-01-09f2fs: get rid of kzalloc in __recover_inline_statusChao Yu-21/+14
2015-01-09f2fs: align direct_io'ed data to sectionJaegeuk Kim-11/+26
2015-01-09f2fs: remove uncovered code pathJaegeuk Kim-13/+3
2015-01-09f2fs: avoid potential unnecessary codesJaegeuk Kim-3/+5
2015-01-09f2fs: clean up to remove parameterJaegeuk Kim-17/+21
2015-01-09f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu-45/+24
2015-01-09f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio...Chao Yu-6/+4
2015-01-09f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASSChao Yu-2/+2
2015-01-09f2fs: fix missing cold bit during recoveryJaegeuk Kim-1/+9
2015-01-09f2fs: add block count by in-place-update in stat infoChangman Lee-1/+10
2015-01-09f2fs: avoid double lock for cp_rwsemJaegeuk Kim-2/+2
2015-01-09f2fs: activate f2fs_trace_iosJaegeuk Kim-0/+7
2015-01-09f2fs: activate f2fs_trace_pidJaegeuk Kim-0/+7