index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: logfs: remove unnecesary check
Ming Lei
2016-11-22
1
-1
/
+0
*
fs: logfs: use bio_add_page() in do_erase()
Ming Lei
2016-11-22
1
-29
/
+15
*
fs: logfs: use bio_add_page() in __bdev_writeseg()
Ming Lei
2016-11-22
1
-31
/
+20
*
fs: logfs: convert to bio_add_page() in sync_request()
Ming Lei
2016-11-22
1
-5
/
+1
*
block: bio: pass bvec table to bio_init()
Ming Lei
2016-11-22
2
-6
/
+2
*
block_dev: get rid of blksize bits calculation
Jens Axboe
2016-11-22
1
-4
/
+4
*
block_dev: Fixed direct I/O bio sector calculation
Damien Le Moal
2016-11-22
1
-2
/
+2
*
block: new direct I/O implementation
Christoph Hellwig
2016-11-17
1
-4
/
+162
*
block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNC
Jens Axboe
2016-11-17
1
-2
/
+12
*
block: support a full bio worth of IO for simplified bdev direct-io
Jens Axboe
2016-11-17
1
-4
/
+15
*
block: fast-path for small and simple direct I/O requests
Christoph Hellwig
2016-11-17
1
-0
/
+80
*
block: move poll code to blk-mq
Jens Axboe
2016-11-11
1
-1
/
+1
*
writeback: add wbc_to_write_flags()
Jens Axboe
2016-11-02
6
-12
/
+7
*
mm: only include blk_types in swap.h if CONFIG_SWAP is enabled
Christoph Hellwig
2016-11-01
4
-0
/
+4
*
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
2016-11-01
14
-0
/
+14
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
33
-86
/
+87
*
btrfs: use op_is_sync to check for synchronous requests
Christoph Hellwig
2016-11-01
2
-2
/
+2
*
block: better op and flags encoding
Christoph Hellwig
2016-10-28
4
-6
/
+5
*
btrfs: assign error values to the correct bio structs
Junjie Mao
2016-10-17
1
-2
/
+2
*
Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs
Linus Torvalds
2016-10-15
8
-283
/
+244
|
\
|
*
befs: befs: fix style issues in datastream.c
Luis de Bethencourt
2016-10-08
1
-15
/
+17
|
*
befs: improve documentation in datastream.c
Luis de Bethencourt
2016-10-08
1
-95
/
+98
|
*
befs: fix typos in datastream.c
Luis de Bethencourt
2016-10-08
1
-4
/
+4
|
*
befs: fix typos in btree.c
Luis de Bethencourt
2016-10-08
1
-4
/
+3
|
*
befs: fix style issues in super.c
Luis de Bethencourt
2016-10-08
1
-7
/
+8
|
*
befs: fix comment style
Luis de Bethencourt
2016-10-08
1
-7
/
+3
|
*
befs: add check for ag_shift in superblock
Luis de Bethencourt
2016-10-08
1
-0
/
+7
|
*
befs: dump inode_size superblock information
Luis de Bethencourt
2016-10-08
1
-0
/
+1
|
*
befs: remove unnecessary initialization
Salah Triki
2016-10-08
1
-1
/
+1
|
*
befs: fix typo in befs_sb_info
Salah Triki
2016-10-08
1
-1
/
+1
|
*
befs: add flags field to validate superblock state
Salah Triki
2016-10-08
2
-1
/
+6
|
*
befs: fix typo in befs_find_key
Luis de Bethencourt
2016-10-08
1
-1
/
+1
|
*
befs: remove unused BEFS_BT_PARMATCH
Luis de Bethencourt
2016-10-08
2
-19
/
+16
|
*
fs: befs: remove ret variable
Salah Triki
2016-10-08
1
-2
/
+1
|
*
fs: befs: remove in vain variable assignment
Salah Triki
2016-10-08
1
-1
/
+1
|
*
fs: befs: remove unnecessary *befs_sb variable
Salah Triki
2016-10-08
1
-2
/
+1
|
*
fs: befs: remove useless initialization to zero
Salah Triki
2016-10-08
1
-1
/
+1
|
*
fs: befs: remove in vain variable assignment
Salah Triki
2016-10-08
1
-2
/
+0
|
*
fs: befs: Insert NULL inode to dentry
Salah Triki
2016-10-08
1
-0
/
+1
|
*
fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect
Salah Triki
2016-10-08
1
-2
/
+0
|
*
fs: befs: Coding style fix
Salah Triki
2016-10-08
1
-3
/
+3
|
*
fs: befs: Remove redundant validation from befs_find_brun_direct
Salah Triki
2016-10-08
1
-8
/
+0
|
*
befs: fix typo in befs_bt_read_node documentation
Luis de Bethencourt
2016-10-08
1
-2
/
+2
|
*
befs: in memory free_node_ptr and max_size never read
Luis de Bethencourt
2016-10-08
1
-2
/
+0
|
*
befs: make consistent use of befs_error()
Luis de Bethencourt
2016-10-08
3
-4
/
+9
|
*
befs: use simpler while loop
Luis de Bethencourt
2016-10-08
1
-36
/
+38
|
*
befs: remove constant variable
Luis de Bethencourt
2016-10-08
1
-5
/
+2
|
*
befs: avoid dereferencing dentry twice
Luis de Bethencourt
2016-10-08
1
-1
/
+1
|
*
fs: befs: remove comment that confuses kernel-doc
Luis de Bethencourt
2016-10-08
1
-4
/
+0
|
*
fs: befs: check silent flag before logging error
Luis de Bethencourt
2016-10-08
1
-1
/
+2
[next]