aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+6
2016-08-12Merge tag 'nfsd-4.8-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-20/+54
2016-08-12nfsd: don't return an unhashed lock stateid after taking mutexGravatar Jeff Layton 1-5/+20
2016-08-12Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 5-12/+32
2016-08-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-08-11proc, meminfo: use correct helpers for calculating LRU sizes in meminfoGravatar Mel Gorman 1-1/+1
2016-08-11Merge tag 'ceph-for-4.8-rc2' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-1/+5
2016-08-11nfsd: Fix race between FREE_STATEID and LOCKGravatar Chuck Lever 1-12/+28
2016-08-11nfsd: fix dentry refcounting on createGravatar Josef Bacik 1-3/+6
2016-08-10Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-59/+283
2016-08-09mm, writeback: flush plugged IO in wakeup_flusher_threads()Gravatar Konstantin Khlebnikov 1-0/+6
2016-08-09mm: memcontrol: only mark charged pages with PageKmemcgGravatar Vladimir Davydov 1-3/+1
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Gravatar Ilya Dryomov 1-0/+1
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Gravatar Yan, Zheng 1-1/+4
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 4-12/+12
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeGravatar Jens Axboe 2-5/+3
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-2/+60
2016-08-07fs: return EPERM on immutable inodeGravatar Eryu Guan 4-4/+5
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 26-121/+71
2016-08-06Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 64-915/+6267
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 30-88/+83
2016-08-05Merge tag 'pstore-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-19/+10
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-12/+7
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodGravatar Trond Myklebust 1-0/+3
2016-08-05NFSv4: Cleanup the setting of the nfs4 lease periodGravatar Trond Myklebust 4-12/+27
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Chris Mason 6-59/+283
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przGravatar Hiraku Toyooka 1-3/+3
2016-08-05ramoops: use DT reserved-memory bindingsGravatar Kees Cook 1-16/+7
2016-08-05NFSv4.2: LAYOUTSTATS may return NFS4ERR_ADMIN/DELEG_REVOKEDGravatar Trond Myklebust 1-0/+2
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 26-185/+575
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 43-686/+912
2016-08-04Merge tag 'upstream-4.8-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 4-18/+15
2016-08-04Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+4
2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Gravatar Linus Torvalds 4-268/+331
2016-08-04nfsd: remove some dead code in nfsd_create_locked()Gravatar Dan Carpenter 1-3/+2
2016-08-04nfsd: drop unnecessary MAY_EXEC check from createGravatar J. Bruce Fields 2-11/+2
2016-08-04nfsd: clean up bad-type check in nfsd_create_lockedGravatar J. Bruce Fields 1-7/+4
2016-08-04nfsd: remove unnecessary positive-dentry checkGravatar J. Bruce Fields 1-10/+0
2016-08-04nfsd: reorganize nfsd_createGravatar J. Bruce Fields 3-55/+61
2016-08-04nfsd: check d_can_lookup in fh_verify of directoriesGravatar J. Bruce Fields 2-13/+10
2016-08-04nfsd: remove redundant zero-length check from createGravatar J. Bruce Fields 2-6/+0
2016-08-04nfsd: Make creates return EEXIST instead of EACCESGravatar Oleg Drokin 2-2/+15
2016-08-04mm/block: convert rw_page users to bio op useGravatar Mike Christie 2-4/+5
2016-08-04Fixup direct bi_rw modifiersGravatar Shaun Tancheff 1-1/+1
2016-08-04f2fs: drop bio->bi_rw manual assignmentGravatar Jens Axboe 1-1/+0
2016-08-04block: add missing group association in bio-cloning functionsGravatar Paolo Valente 1-6/+0
2016-08-04writeback: Write dirty times for WB_SYNC_ALL writebackGravatar Jan Kara 1-0/+1
2016-08-04block: remove BLK_DEV_DAX config optionGravatar Ross Zwisler 1-5/+1
2016-08-04hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Gravatar Dan Carpenter 1-3/+4
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSGravatar Chris Mason 1-2/+3