summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds2015-02-081-0/+7
|\
| * aio: annotate aio_read_event_ring for sleep patternsDave Chinner2015-02-031-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-071-0/+1
|\ \
| * | Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu2015-02-041-0/+1
* | | nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi2015-02-053-7/+44
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-02-043-4/+10
|\ \ \ | |_|/ |/| |
| * | cifs: fix MUST SecurityFlags filteringNiklas Cassel2015-01-261-2/+4
| * | Complete oplock break jobs before closing file handleSachin Prabhu2015-01-191-1/+5
| * | cifs: use memzero_explicit to clear stack bufferGiel van Schijndel2015-01-191-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-01-301-0/+2
|\ \ \ | | |/ | |/|
| * | btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng2015-01-271-0/+2
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-01-307-192/+272
|\ \ \
| * | | quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-01-286-191/+271
| * | | udf: Release preallocation on last writeable closeJan Kara2015-01-281-1/+1
* | | | Merge tag 'nfs-for-3.19-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-01-294-5/+10
|\ \ \ \
| * | | | NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker2015-01-212-4/+3
| * | | | NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust2015-01-211-1/+1
| * | | | nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao2015-01-211-0/+6
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-01-251-16/+5
|\ \ \ \
| * | | | fix deadlock in cifs_ioctl_clone()Al Viro2015-01-181-16/+5
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-01-246-6/+17
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo2015-01-201-0/+10
| * | btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo2015-01-201-1/+1
| * | btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi2015-01-191-1/+1
| * | Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana2015-01-192-1/+2
| * | Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh2015-01-191-1/+1
| * | btrfs: sync ioctl, handle errors after transaction startDavid Sterba2015-01-191-2/+2
* | | Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-01-171-4/+8
|\ \ \
| * | | kernfs: Fix kernfs_name_compareRasmus Villemoes2015-01-091-4/+8
* | | | Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-01-173-25/+46
|\ \ \ \
| * | | | NFSv4: Remove incorrect check in can_open_delegated()Trond Myklebust2015-01-051-2/+0
| * | | | NFS: Ignore transport protocol when detecting server trunkingChuck Lever2015-01-051-6/+0
| * | | | NFSv4/v4.1: Verify the client owner id during trunking detectionTrond Myklebust2015-01-051-0/+18
| * | | | NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_clientTrond Myklebust2015-01-052-4/+16
| * | | | NFSv4.1: Fix client id trunking on LinuxTrond Myklebust2015-01-051-9/+8
| * | | | LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust2015-01-051-4/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-01-164-29/+60
|\ \ \ \ \
| * | | | | fuse: add memory barrier to INITMiklos Szeredi2015-01-063-3/+16
| * | | | | fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi2015-01-063-26/+44
| |/ / / /
* | | | | locks: fix NULL-deref in generic_delete_leaseNeilBrown2015-01-131-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-111-5/+5
|\ \ \ \
| * | | | sched, fanotify: Deal with nested sleepsPeter Zijlstra2015-01-091-5/+5
| | |/ / | |/| |
* | | | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-01-091-1/+1
|\ \ \ \
| * | | | nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton2015-01-071-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-01-091-1/+1
|\ \ \ \
| * | | | ceph: use %zu for len in ceph_fill_inline_data()Ilya Dryomov2015-01-081-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-01-095-11/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | Btrfs: don't delay inode ref updates during log replayChris Mason2015-01-021-0/+8
| * | | Btrfs: correctly get tree level in tree_backref_for_extentFilipe Manana2015-01-021-3/+10
| * | | Btrfs: call inode_dec_link_count() on mkdir error pathWang Shilong2015-01-021-1/+3
OpenPOWER on IntegriCloud