index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-02
f2fs: allocate blocks for pinned file
Jaegeuk Kim
1
-1
/
+6
2019-07-02
f2fs: fix is_idle() check for discard type
Sahitya Tummala
1
-1
/
+1
2019-07-02
f2fs: add a rw_sem to cover quota flag changes
Jaegeuk Kim
3
-27
/
+53
2019-07-02
f2fs: set SBI_NEED_FSCK for xattr corruption case
Chao Yu
1
-0
/
+6
2019-07-02
f2fs: use generic EFSBADCRC/EFSCORRUPTED
Chao Yu
14
-37
/
+46
2019-07-02
f2fs: Use DIV_ROUND_UP() instead of open-coding
Geert Uytterhoeven
3
-6
/
+6
2019-07-02
f2fs: print kernel message if filesystem is inconsistent
Chao Yu
1
-0
/
+2
2019-07-02
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
Joe Perches
14
-506
/
+350
2019-07-02
f2fs: avoid get_valid_blocks() for cleanup
Chao Yu
1
-4
/
+2
2019-07-02
f2fs: ioctl for removing a range from F2FS
Qiuyang Sun
7
-5
/
+260
2019-07-02
ext4: fix coverity warning on error path of filename setup
Gabriel Krisman Bertazi
1
-4
/
+9
2019-07-02
ext4: replace ktype default_attrs with default_groups
Kimberly Brown
1
-2
/
+4
2019-07-02
ecryptfs: Change return type of ecryptfs_process_flags
Hariprasad Kelam
1
-11
/
+2
2019-07-02
mm: remove MEMORY_DEVICE_PUBLIC support
Christoph Hellwig
1
-1
/
+1
2019-07-02
xfs: refactor INUMBERS to use iwalk functions
Darrick J. Wong
5
-150
/
+93
2019-07-02
xfs: refactor iwalk code to handle walking inobt records
Darrick J. Wong
2
-3
/
+121
2019-07-02
xfs: refactor xfs_iwalk_grab_ichunk
Darrick J. Wong
1
-40
/
+39
2019-07-02
xfs: clean up long conditionals in xfs_iwalk_ichunk_ra
Darrick J. Wong
1
-6
/
+6
2019-07-02
xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino
Darrick J. Wong
1
-20
/
+17
2019-07-02
xfs: move bulkstat ichunk helpers to iwalk code
Darrick J. Wong
3
-104
/
+93
2019-07-02
xfs: calculate inode walk prefetch more carefully
Darrick J. Wong
1
-3
/
+45
2019-07-02
xfs: convert bulkstat to new iwalk infrastructure
Darrick J. Wong
5
-406
/
+264
2019-07-02
xfs: bulkstat should copy lastip whenever userspace supplies one
Darrick J. Wong
2
-14
/
+12
2019-07-02
xfs: convert quotacheck to use the new iwalk functions
Darrick J. Wong
1
-43
/
+20
2019-07-02
xfs: create simplified inode walk function
Darrick J. Wong
8
-6
/
+496
2019-07-02
xfs: create iterator error codes
Darrick J. Wong
6
-8
/
+14
2019-07-02
btrfs: migrate the global_block_rsv helpers to block-rsv.c
Josef Bacik
3
-183
/
+193
2019-07-02
btrfs: migrate the block-rsv code to block-rsv.c
Josef Bacik
3
-247
/
+255
2019-07-02
btrfs: stop using block_rsv_release_bytes everywhere
Josef Bacik
1
-8
/
+6
2019-07-02
btrfs: cleanup the target logic in __btrfs_block_rsv_release
Josef Bacik
1
-3
/
+9
2019-07-02
btrfs: export __btrfs_block_rsv_release
Josef Bacik
2
-13
/
+13
2019-07-02
btrfs: export btrfs_block_rsv_add_bytes
Josef Bacik
2
-9
/
+11
2019-07-02
btrfs: move btrfs_block_rsv definitions into it's own header
Josef Bacik
3
-68
/
+79
2019-07-02
btrfs: Simplify update of space_info in __reserve_metadata_bytes()
Goldwyn Rodrigues
1
-11
/
+5
2019-07-02
btrfs: unexport can_overcommit
Josef Bacik
2
-16
/
+11
2019-07-02
btrfs: move reserve_metadata_bytes and supporting code to space-info.c
Josef Bacik
3
-702
/
+709
2019-07-02
btrfs: move dump_space_info to space-info.c
Josef Bacik
3
-63
/
+65
2019-07-02
btrfs: export block_rsv_use_bytes
Josef Bacik
2
-8
/
+6
2019-07-02
btrfs: move btrfs_space_info_add_*_bytes to space-info.c
Josef Bacik
3
-111
/
+114
2019-07-02
btrfs: move the space info update macro to space-info.h
Josef Bacik
2
-37
/
+49
2019-07-02
btrfs: move and export can_overcommit
Josef Bacik
3
-75
/
+79
2019-07-02
btrfs: move the space_info handling code to space-info.c
Josef Bacik
4
-187
/
+204
2019-07-02
btrfs: export space_info_add_*_bytes
Josef Bacik
2
-22
/
+25
2019-07-02
btrfs: rename do_chunk_alloc to btrfs_chunk_alloc
Josef Bacik
2
-36
/
+35
2019-07-02
btrfs: move space_info to space-info.h
Josef Bacik
8
-72
/
+85
2019-07-02
btrfs: lift bio_set_dev from bio allocation helpers
David Sterba
3
-8
/
+12
2019-07-02
btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_space
David Sterba
1
-8
/
+5
2019-07-02
btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_space
David Sterba
1
-4
/
+5
2019-07-02
btrfs: drop default value assignments in enums
David Sterba
2
-10
/
+10
2019-07-02
btrfs: use common helpers for extent IO state insertion messages
David Sterba
1
-4
/
+7
[prev]
[next]