aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2016-08-03cachefiles: Fix race between inactivating and culling a cache objectGravatar David Howells 1-2/+3
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Gravatar Al Viro 2-4/+4
2016-08-03fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Gravatar Geert Uytterhoeven 1-1/+1
2016-08-039p: use clone_fid()Gravatar Al Viro 5-31/+8
2016-08-039p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Gravatar Al Viro 2-2/+6
2016-08-03vfs: make dentry_needs_remove_privs() internalGravatar Miklos Szeredi 2-1/+1
2016-08-03vfs: fix deadlock in file_remove_privs() on overlayfsGravatar Miklos Szeredi 1-3/+3
2016-08-03xfs: move (and rename) the deferred bmap-free tracepointsGravatar Darrick J. Wong 2-2/+7
2016-08-03xfs: collapse single use static functionsGravatar Darrick J. Wong 2-128/+63
2016-08-03xfs: remove unnecessary parentheses from log redo item recovery functionsGravatar Darrick J. Wong 2-12/+12
2016-08-03xfs: remove the extents array from the rmap update done log itemGravatar Darrick J. Wong 7-89/+15
2016-08-03xfs: in btree_lshift, only allocate temporary cursor when neededGravatar Darrick J. Wong 1-17/+17
2016-08-03xfs: remove unnecesary lshift/rshift key initializationGravatar Darrick J. Wong 1-14/+0
2016-08-03xfs: remove the get*keys and update_keys btree ops pointersGravatar Darrick J. Wong 6-136/+61
2016-08-03xfs: enable the rmap btree functionalityGravatar Darrick J. Wong 2-1/+6
2016-08-03xfs: don't update rmapbt when fixing agflGravatar Darrick J. Wong 2-4/+17
2016-08-03xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabledGravatar Darrick J. Wong 1-0/+4
2016-08-03xfs: add rmap btree block detection to log recoveryGravatar Darrick J. Wong 1-0/+4