summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds12-389/+474
2015-02-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-2/+3
2015-02-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+3
2015-02-09Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-0/+7
2015-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2015-02-06nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2015-02-05Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu1-0/+1
2015-02-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-4/+10
2015-02-04aio: annotate aio_read_event_ring for sleep patternsDave Chinner1-0/+7
2015-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+2
2015-01-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-192/+272
2015-01-30Merge tag 'nfs-for-3.19-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-5/+10
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar3-2/+3
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara6-191/+271
2015-01-28udf: Release preallocation on last writeable closeJan Kara1-1/+1
2015-01-28btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng1-0/+2
2015-01-27cifs: fix MUST SecurityFlags filteringNiklas Cassel1-2/+4
2015-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+5
2015-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-6/+17
2015-01-22locks: update comments that refer to inode->i_flockJeff Layton1-1/+1
2015-01-22NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker2-4/+3
2015-01-22NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-01-22nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar3-0/+3
2015-01-21btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo1-0/+10
2015-01-21btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo1-1/+1
2015-01-20Complete oplock break jobs before closing file handleSachin Prabhu1-1/+5
2015-01-20cifs: use memzero_explicit to clear stack bufferGiel van Schijndel1-1/+1
2015-01-20btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi1-1/+1
2015-01-20Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana2-1/+2
2015-01-20Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh1-1/+1
2015-01-20btrfs: sync ioctl, handle errors after transaction startDavid Sterba1-2/+2
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-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