index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
adfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
2022-05-09
1
-3
/
+3
*
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
*
fs: Remove aop flags parameter from cont_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
*
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-1
/
+2
|
\
|
*
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
2022-03-16
1
-1
/
+1
|
*
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-0
/
+1
*
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
|
/
*
fs/adfs: remove unneeded variable make code cleaner
Minghao Chi
2022-01-20
1
-3
/
+1
*
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
2021-06-29
1
-0
/
+1
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
2
-2
/
+4
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-10-24
1
-2
/
+1
|
\
|
*
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-18
1
-2
/
+1
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-6
/
+6
|
/
*
block: move struct block_device to blk_types.h
Christoph Hellwig
2020-06-24
1
-0
/
+1
*
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2020-04-20
1
-1
/
+1
*
fs/adfs: bigdir: Fix an error code in adfs_fplus_read()
Dan Carpenter
2020-01-25
1
-1
/
+2
*
fs/adfs: mostly divorse inode number from indirect disc address
Russell King
2020-01-20
3
-4
/
+7
*
fs/adfs: super: add support for E and E+ floppy image formats
Russell King
2020-01-20
1
-1
/
+17
*
fs/adfs: super: extract filesystem block probe
Russell King
2020-01-20
1
-71
/
+78
*
fs/adfs: dir: remove debug in adfs_dir_update()
Russell King
2020-01-20
1
-3
/
+0
*
fs/adfs: super: fix inode dropping
Russell King
2020-01-20
1
-1
/
+7
*
fs/adfs: bigdir: implement directory update support
Russell King
2020-01-20
1
-1
/
+53
*
fs/adfs: bigdir: calculate and validate directory checkbyte
Russell King
2020-01-20
1
-0
/
+38
*
fs/adfs: bigdir: directory validation strengthening
Russell King
2020-01-20
1
-1
/
+28
*
fs/adfs: bigdir: extract directory validation
Russell King
2020-01-20
1
-10
/
+31
*
fs/adfs: bigdir: factor out directory entry offset calculation
Russell King
2020-01-20
1
-6
/
+11
*
fs/adfs: newdir: split out directory commit from update
Russell King
2020-01-20
3
-13
/
+18
*
fs/adfs: newdir: clean up adfs_f_update()
Russell King
2020-01-20
1
-49
/
+24
*
fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()
Russell King
2020-01-20
1
-26
/
+7
*
fs/adfs: newdir: improve directory validation
Russell King
2020-01-20
1
-0
/
+1
*
fs/adfs: newdir: factor out directory format validation
Russell King
2020-01-20
1
-28
/
+20
*
fs/adfs: dir: use pointers to access directory head/tails
Russell King
2020-01-20
3
-36
/
+29
*
fs/adfs: dir: add more efficient iterate() per-format method
Russell King
2020-01-20
4
-14
/
+42
*
fs/adfs: dir: switch to iterate_shared method
Russell King
2020-01-20
1
-3
/
+2
*
fs/adfs: dir: improve compiler coverage in adfs_dir_update
Russell King
2020-01-20
1
-3
/
+5
*
fs/adfs: dir: improve update failure handling
Russell King
2020-01-20
1
-12
/
+36
*
fs/adfs: dir: modernise on-disk directory structures
Russell King
2020-01-20
2
-27
/
+31
*
fs/adfs: dir: update directory locking
Russell King
2020-01-20
1
-26
/
+29
*
fs/adfs: dir: add helper to mark directory buffers dirty
Russell King
2020-01-20
2
-4
/
+13
*
fs/adfs: dir: add helper to read directory using inode
Russell King
2020-01-20
1
-10
/
+22
*
fs/adfs: dir: add generic directory reading
Russell King
2020-01-20
4
-77
/
+74
*
fs/adfs: dir: add generic copy functions
Russell King
2020-01-20
4
-82
/
+75
*
fs/adfs: dir: add common directory sync method
Russell King
2020-01-20
4
-40
/
+18
*
fs/adfs: dir: add common directory buffer release method
Russell King
2020-01-20
4
-60
/
+25
*
fs/adfs: dir: add common dir object initialisation
Russell King
2020-01-20
3
-12
/
+13
*
fs/adfs: dir: rename bh_fplus to bhs
Russell King
2020-01-20
2
-30
/
+28
*
fs/adfs: map: fix map scanning
Russell King
2020-01-20
1
-2
/
+7
*
fs/adfs: map: move map-specific sb initialisation to map.c
Russell King
2020-01-20
2
-10
/
+10
*
fs/adfs: map: use find_next_bit_le() rather than open coding it
Russell King
2020-01-20
1
-55
/
+21
[next]