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
2017-11-10
block, scsi: Make SCSI quiesce and resume work reliably
Bart Van Assche
1
-2
/
+2
2017-11-10
f2fs: validate before set/clear free nat bitmap
LiFan
1
-7
/
+10
2017-11-10
f2fs: avoid opened loop codes in __add_ino_entry
Chao Yu
1
-6
/
+4
2017-11-10
coredump: call do_unlinkat directly instead of sys_unlink
Christoph Hellwig
1
-6
/
+1
2017-11-10
fs: expose do_unlinkat for built-in callers
Christoph Hellwig
2
-7
/
+6
2017-11-10
ext4: take handling of EXT4_IOC_GROUP_ADD into a helper, get rid of set_fs()
Al Viro
1
-43
/
+43
2017-11-10
ovl: remove unneeded arg from ovl_verify_origin()
Amir Goldstein
3
-9
/
+7
2017-11-10
ovl: Put upperdentry if ovl_check_origin() fails
Vivek Goyal
1
-1
/
+1
2017-11-10
ovl: rename ufs to ofs
Miklos Szeredi
1
-113
/
+113
2017-11-10
ovl: clean up getting lower layers
Miklos Szeredi
1
-52
/
+48
2017-11-10
ovl: clean up workdir creation
Miklos Szeredi
1
-16
/
+15
2017-11-10
ovl: clean up getting upper layer
Miklos Szeredi
1
-22
/
+13
2017-11-10
ovl: move ovl_get_workdir() and ovl_get_lower_layers()
Miklos Szeredi
1
-101
/
+101
2017-11-10
ovl: reduce the number of arguments for ovl_workdir_create()
Miklos Szeredi
1
-16
/
+15
2017-11-10
ovl: change order of setup in ovl_fill_super()
Miklos Szeredi
1
-16
/
+14
2017-11-10
ovl: factor out ovl_free_fs() helper
Miklos Szeredi
1
-45
/
+27
2017-11-09
xfs: on failed mount, force-reclaim inodes after unmounting quota controls
Darrick J. Wong
1
-2
/
+13
2017-11-09
xfs: check the uniqueness of the AGFL entries
Darrick J. Wong
1
-2
/
+61
2017-11-09
xfs: remove u_int* type usage
Darrick J. Wong
4
-7
/
+7
2017-11-09
xfs: handle zero entries case in xfs_iext_rebalance_leaf
Christoph Hellwig
1
-7
/
+17
2017-11-09
xfs: add comments documenting the rebalance algorithm
Christoph Hellwig
1
-0
/
+24
2017-11-09
xfs: trivial indentation fixup for xfs_iext_remove_node
Christoph Hellwig
1
-2
/
+1
2017-11-09
xfs: remove a superflous assignment in xfs_iext_remove_node
Christoph Hellwig
1
-1
/
+0
2017-11-09
xfs: add some comments to xfs_iext_insert/xfs_iext_insert_node
Christoph Hellwig
1
-0
/
+8
2017-11-09
xfs: fix number of records handling in xfs_iext_split_leaf
Christoph Hellwig
1
-4
/
+1
2017-11-09
f2fs: apply write hints to select the type of segments for buffered write
Hyunchul Lee
1
-1
/
+13
2017-11-09
f2fs: introduce scan_curseg_cache for cleanup
Chao Yu
1
-26
/
+23
2017-11-09
f2fs: optimize the way of traversing free_nid_bitmap
Fan Li
1
-5
/
+5
2017-11-09
f2fs: keep scanning until enough free nids are acquired
Fan Li
1
-1
/
+1
2017-11-09
fs/xfs: Remove NULL check before kmem_cache_destroy
Tim Hansen
1
-2
/
+1
2017-11-09
xfs: only check da node header padding on v5 filesystems
Darrick J. Wong
1
-1
/
+2
2017-11-09
xfs: fix btree scrub deref check
Darrick J. Wong
1
-1
/
+1
2017-11-09
xfs: fix uninitialized return values in scrub code
Darrick J. Wong
2
-3
/
+3
2017-11-09
xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}
Darrick J. Wong
4
-9
/
+12
2017-11-09
xfs: refactor the directory data block bestfree checks
Darrick J. Wong
1
-15
/
+5
2017-11-09
ovl: grab reference to workbasedir early
Miklos Szeredi
1
-7
/
+8
2017-11-09
ovl: split out ovl_get_indexdir() from ovl_fill_super()
Miklos Szeredi
1
-29
/
+40
2017-11-09
ovl: split out ovl_get_lower_layers() from ovl_fill_super()
Miklos Szeredi
1
-38
/
+52
2017-11-09
ovl: split out ovl_get_workdir() from ovl_fill_super()
Miklos Szeredi
1
-51
/
+60
2017-11-09
ovl: split out ovl_get_upper() from ovl_fill_super()
Miklos Szeredi
1
-8
/
+19
2017-11-09
ovl: split out ovl_get_lowerstack() from ovl_fill_super()
Miklos Szeredi
1
-50
/
+72
2017-11-09
ovl: split out ovl_get_workpath() from ovl_fill_super()
Miklos Szeredi
1
-24
/
+37
2017-11-09
ovl: split out ovl_get_upperpath() from ovl_fill_super()
Miklos Szeredi
1
-24
/
+35
2017-11-09
ovl: use path_put_init() in error paths for ovl_fill_super()
Miklos Szeredi
1
-3
/
+3
2017-11-09
ovl: update cache version of impure parent on rename
Amir Goldstein
1
-3
/
+4
2017-11-09
ovl: relax same fs constraint for constant st_ino
Amir Goldstein
1
-20
/
+29
2017-11-09
ovl: return anonymous st_dev for lower inodes
Chandan Rajendra
1
-0
/
+15
2017-11-09
ovl: allocate anonymous devs for lowerdirs
Chandan Rajendra
2
-2
/
+17
2017-11-09
ovl: re-structure overlay lower layers in-memory
Chandan Rajendra
6
-56
/
+86
2017-11-09
ovl: move include of ovl_entry.h into overlayfs.h
Amir Goldstein
6
-5
/
+1
[prev]
[next]