summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-01-19fix deadlock in cifs_ioctl_clone()Al Viro1-16/+5
2015-01-17locks: consolidate NULL i_flctx checks in locks_remove_fileJeff Layton1-2/+7
2015-01-17locks: keep a count of locks on the flctx listsJeff Layton3-35/+35
2015-01-17locks: clean up the lm_change prototypeJeff Layton2-8/+8
2015-01-17locks: add a dedicated spinlock to protect i_flctx listsJeff Layton8-69/+70
2015-01-17locks: convert lease handling to file_lock_contextJeff Layton1-153/+99
2015-01-17locks: convert posix locks to file_lock_contextJeff Layton10-197/+153
2015-01-16locks: move flock locks to file_lock_contextJeff Layton6-35/+152
2015-01-16ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton2-4/+4
2015-01-16locks: add a new struct file_locking_context pointer to struct inodeJeff Layton2-1/+46
2015-01-16locks: have locks_release_file use flock_lock_file to release generic flock l...Jeff Layton1-18/+31
2015-01-16locks: add new struct list_head to struct file_lockJeff Layton1-3/+5
2015-01-16Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+8
2015-01-16Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-25/+46
2015-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-29/+60
2015-01-13locks: fix NULL-deref in generic_delete_leaseNeilBrown1-1/+1
2015-01-12udf: destroy sbi mutex in put_superFabian Frederick1-0/+1
2015-01-12Merge tag 'rneri-efi-next' of https://github.com/ricardon/efi into nextMatt Fleming1-1/+1
2015-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+5
2015-01-10Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+1
2015-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-11/+28
2015-01-10kernfs: Fix kernfs_name_compareRasmus Villemoes1-4/+8
2015-01-09sched, fanotify: Deal with nested sleepsPeter Zijlstra1-5/+5
2015-01-09vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale1-2/+3
2015-01-09ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...Xue jiufei1-8/+35
2015-01-09ocfs2: remove bogus check in dlm_process_recovery_dataJoseph Qi1-4/+1
2015-01-08ceph: use %zu for len in ceph_fill_inline_data()Ilya Dryomov1-1/+1
2015-01-08efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov1-1/+1
2015-01-07nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton1-1/+1
2015-01-07udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+9
2015-01-07udf: Remove repeated loads blocksizeJan Kara1-11/+8
2015-01-07isofs: Fix bug in the way to check if the year is a leap yearOscar Forner Martinez1-14/+4
2015-01-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-121/+129
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar3-0/+3
2015-01-06fuse: add memory barrier to INITMiklos Szeredi3-3/+16
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi3-26/+44
2015-01-06NFSv4: Remove incorrect check in can_open_delegated()Trond Myklebust1-2/+0
2015-01-06NFS: Ignore transport protocol when detecting server trunkingChuck Lever1-6/+0
2015-01-06NFSv4/v4.1: Verify the client owner id during trunking detectionTrond Myklebust1-0/+18
2015-01-06NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_clientTrond Myklebust2-4/+16
2015-01-06NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2015-01-06LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust1-4/+4
2015-01-05fs: Make efivarfs a pseudo filesystem, built by default with EFILeif Lindholm2-1/+2
2015-01-05ext3: destroy sbi mutexes in put_superFabian Frederick1-0/+2
2015-01-05udf: Update Kconfig descriptionJan Kara1-4/+6
2015-01-02ext4: remove spurious KERN_INFO from ext4_warning callJakub Wilk1-1/+1
2015-01-02Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"Theodore Ts'o2-108/+116
2015-01-02Btrfs: don't delay inode ref updates during log replayChris Mason1-0/+8
2015-01-02Btrfs: correctly get tree level in tree_backref_for_extentFilipe Manana1-3/+10