summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESMing Lei2016-06-091-3/+1
* ext4: use bio op helprs in ext4 crypto codeMike Christie2016-06-081-1/+1
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-073-6/+6
* block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-072-3/+3
* ocfs2: use bio op accessorsMike Christie2016-06-071-4/+6
* nilfs: use bio op accessorsMike Christie2016-06-071-8/+9
* mpage: use bio op accessorsMike Christie2016-06-071-20/+20
* hfsplus: use bio op accessorsMike Christie2016-06-074-11/+16
* xfs: use bio op accessorsMike Christie2016-06-072-20/+18
* gfs2: use bio op accessorsMike Christie2016-06-075-14/+16
* f2fs: use bio op accessorsMike Christie2016-06-078-41/+60
* btrfs: use bio fields for op and flagsMike Christie2016-06-079-67/+54
* btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie2016-06-074-29/+34
* btrfs: use bio op accessorsMike Christie2016-06-077-40/+47
* btrfs: have submit_one_bio users use bio op accessorsMike Christie2016-06-071-45/+43
* direct-io: use bio set/get op accessorsMike Christie2016-06-072-18/+24
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-078-18/+18
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-0720-37/+39
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-0728-90/+95
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-0728-82/+132
* devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-052-143/+97
* Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-048-18/+103
|\
| * Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason2016-06-031-1/+12
| * Btrfs: fix race between device replace and read repairFilipe Manana2016-05-311-0/+10
| * Btrfs: fix race between device replace and discardFilipe Manana2016-05-311-0/+6
| * Btrfs: fix race between device replace and chunk allocationFilipe Manana2016-05-301-12/+9
| * Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana2016-05-301-5/+5
| * Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana2016-05-301-0/+4
| * Btrfs: fix race setting block group readonly during device replaceFilipe Manana2016-05-303-2/+46
| * Btrfs: fix race between device replace and block group removalFilipe Manana2016-05-301-0/+11
| * Btrfs: fix race between readahead and device replace/removalFilipe Manana2016-05-301-0/+2
* | ceph: use i_version to check validity of fscacheYan, Zheng2016-06-011-0/+3
* | ceph: improve fscache revalidationYan, Zheng2016-06-014-83/+41
* | ceph: disable fscache when inode is opened for writeYan, Zheng2016-06-014-53/+52
* | ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng2016-06-011-6/+3
* | ceph: call __fscache_uncache_page() if readpages failsYan, Zheng2016-06-011-1/+3
* | FS-Cache: make check_consistency callback return intYan, Zheng2016-06-011-1/+1
* | FS-Cache: wake write waiter after invalidating writesYan, Zheng2016-06-011-0/+2
* | libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-4/+4
* | hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin2016-05-291-2/+2
* | Rename other copy of hash_string to hashlen_stringGeorge Spelvin2016-05-281-2/+2
* | hpfs: implement the show_options methodMikulas Patocka2016-05-281-11/+32
* | affs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* | hpfs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* | fs: fix binfmt_aout.c build errorGuenter Roeck2016-05-281-1/+0
* | Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-282-40/+125
|\ \
| * | <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-1/+5
| * | fs/namei.c: Improve dcache hash functionGeorge Spelvin2016-05-281-40/+81
| * | fs/namei.c: Add hashlen_string() functionGeorge Spelvin2016-05-282-7/+47
* | | Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-05-271-1/+1
|\ \ \