summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: logfs: remove unnecesary checkMing Lei2016-11-221-1/+0
* fs: logfs: use bio_add_page() in do_erase()Ming Lei2016-11-221-29/+15
* fs: logfs: use bio_add_page() in __bdev_writeseg()Ming Lei2016-11-221-31/+20
* fs: logfs: convert to bio_add_page() in sync_request()Ming Lei2016-11-221-5/+1
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-222-6/+2
* block_dev: get rid of blksize bits calculationJens Axboe2016-11-221-4/+4
* block_dev: Fixed direct I/O bio sector calculationDamien Le Moal2016-11-221-2/+2
* block: new direct I/O implementationChristoph Hellwig2016-11-171-4/+162
* block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCJens Axboe2016-11-171-2/+12
* block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe2016-11-171-4/+15
* block: fast-path for small and simple direct I/O requestsChristoph Hellwig2016-11-171-0/+80
* block: move poll code to blk-mqJens Axboe2016-11-111-1/+1
* writeback: add wbc_to_write_flags()Jens Axboe2016-11-026-12/+7
* mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-014-0/+4
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-0114-0/+14
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-0133-86/+87
* btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-012-2/+2
* block: better op and flags encodingChristoph Hellwig2016-10-284-6/+5
* btrfs: assign error values to the correct bio structsJunjie Mao2016-10-171-2/+2
* Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-158-283/+244
|\
| * befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-081-15/+17
| * befs: improve documentation in datastream.cLuis de Bethencourt2016-10-081-95/+98
| * befs: fix typos in datastream.cLuis de Bethencourt2016-10-081-4/+4
| * befs: fix typos in btree.cLuis de Bethencourt2016-10-081-4/+3
| * befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3
| * befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-081-0/+7
| * befs: dump inode_size superblock informationLuis de Bethencourt2016-10-081-0/+1
| * befs: remove unnecessary initializationSalah Triki2016-10-081-1/+1
| * befs: fix typo in befs_sb_infoSalah Triki2016-10-081-1/+1
| * befs: add flags field to validate superblock stateSalah Triki2016-10-082-1/+6
| * befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-081-1/+1
| * befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-082-19/+16
| * fs: befs: remove ret variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1
| * fs: befs: remove unnecessary *befs_sb variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove useless initialization to zeroSalah Triki2016-10-081-1/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-2/+0
| * fs: befs: Insert NULL inode to dentrySalah Triki2016-10-081-0/+1
| * fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki2016-10-081-2/+0
| * fs: befs: Coding style fixSalah Triki2016-10-081-3/+3
| * fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki2016-10-081-8/+0
| * befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt2016-10-081-2/+2
| * befs: in memory free_node_ptr and max_size never readLuis de Bethencourt2016-10-081-2/+0
| * befs: make consistent use of befs_error()Luis de Bethencourt2016-10-083-4/+9
| * befs: use simpler while loopLuis de Bethencourt2016-10-081-36/+38
| * befs: remove constant variableLuis de Bethencourt2016-10-081-5/+2
| * befs: avoid dereferencing dentry twiceLuis de Bethencourt2016-10-081-1/+1
| * fs: befs: remove comment that confuses kernel-docLuis de Bethencourt2016-10-081-4/+0
| * fs: befs: check silent flag before logging errorLuis de Bethencourt2016-10-081-1/+2