index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
split ufs_truncate_branch() into full- and partial-branch variants
Al Viro
2015-07-06
1
-16
/
+58
*
ufs: unify the logics for collecting adjacent data blocks to free
Al Viro
2015-07-06
1
-34
/
+22
*
ufs_trunc_branch(): separate the calls with non-NULL offsets
Al Viro
2015-07-06
1
-4
/
+7
*
ufs_trunc_branch(): never call with offsets != NULL && depth2 == 0
Al Viro
2015-07-06
1
-3
/
+6
*
__ufs_trunc_blocks(): turn the part after switch into a loop
Al Viro
2015-07-06
1
-25
/
+10
*
__ufs_truncate_blocks(): unify freeing the full branches
Al Viro
2015-07-06
1
-15
/
+14
*
unify ufs_trunc_..indirect()
Al Viro
2015-07-06
1
-138
/
+60
*
ufs_trunc_..indirect(): more massage towards unifying
Al Viro
2015-07-06
1
-17
/
+26
*
ufs_trunc_...indirect(): pass the array of indices instead of offsets
Al Viro
2015-07-06
1
-28
/
+22
*
__ufs_truncate(); find cutoff distances into branches by offsets[] array
Al Viro
2015-07-06
1
-2
/
+6
*
ufs_trunc_dindirect(): pass the number of blocks to keep
Al Viro
2015-07-06
1
-31
/
+26
*
ufs_trunc_indirect(): pass the index of the first pointer to free
Al Viro
2015-07-06
1
-33
/
+23
*
ufs_trunc_tindirect(): pass the number of blocks to keep
Al Viro
2015-07-06
1
-17
/
+11
*
ufs: beginning of __ufs_truncate_block() massage
Al Viro
2015-07-06
1
-4
/
+12
*
ufs: the offsets ufs_block_to_path() puts into array are not sector_t
Al Viro
2015-07-06
1
-3
/
+3
*
ufs: move truncate code into inode.c
Al Viro
2015-07-06
4
-533
/
+470
*
ufs: no retries are needed on truncate
Al Viro
2015-07-06
1
-40
/
+17
*
ufs: ufs_trunc_...() has exclusion with everything that might cause allocations
Al Viro
2015-07-06
1
-12
/
+0
*
ufs: ufs_trunc_direct() always returns 0
Al Viro
2015-07-06
1
-6
/
+3
*
ufs: kill lock_ufs()
Al Viro
2015-07-06
2
-37
/
+2
*
ufs: don't use lock_ufs() for block pointers tree protection
Al Viro
2015-07-06
5
-47
/
+121
*
ufs: bforget() indirect blocks before freeing them
Al Viro
2015-07-06
1
-3
/
+3
*
ufs: move lock_ufs() down into __ufs_truncate_blocks()
Al Viro
2015-07-06
1
-7
/
+2
*
ufs: move truncate_setsize() down into ufs_truncate()
Al Viro
2015-07-06
1
-16
/
+11
*
ufs: free excessive blocks upon ->write_begin() failure/short copy
Al Viro
2015-07-06
1
-2
/
+16
*
ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()
Al Viro
2015-07-06
3
-27
/
+44
*
ufs: kill more lock_ufs() calls
Al Viro
2015-07-06
2
-13
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-07-04
69
-467
/
+657
|
\
|
*
dax: bdev_direct_access() may sleep
Matthew Wilcox
2015-07-04
1
-0
/
+6
|
*
block: Add support for DAX reads/writes to block devices
Matthew Wilcox
2015-07-04
2
-2
/
+8
|
*
dax: Use copy_from_iter_nocache
Matthew Wilcox
2015-07-04
1
-1
/
+1
|
*
fs/file.c: __fget() and dup2() atomicity rules
Eric Dumazet
2015-07-01
1
-2
/
+8
|
*
fs/file.c: don't acquire files->file_lock in fd_install()
Eric Dumazet
2015-07-01
1
-19
/
+48
|
*
fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...
Wang YanQing
2015-07-01
1
-1
/
+1
|
*
vfs: avoid creation of inode number 0 in get_next_ino
Carlos Maiolino
2015-06-30
1
-1
/
+5
|
*
namei: make set_root_rcu() return void
Al Viro
2015-06-29
1
-3
/
+3
|
*
make simple_positive() public
Al Viro
2015-06-23
7
-29
/
+9
|
*
ufs: use dir_pages instead of ufs_dir_pages()
Fabian Frederick
2015-06-23
1
-9
/
+4
|
*
pagemap.h: move dir_pages() over there
Fabian Frederick
2015-06-23
7
-38
/
+0
|
*
remove the pointless include of lglock.h
Al Viro
2015-06-23
1
-1
/
+0
|
*
fs: cleanup slight list_entry abuse
Rasmus Villemoes
2015-06-23
13
-13
/
+13
|
*
Merge branch 'fscache-fixes' into for-next
Al Viro
2015-06-23
8
-155
/
+322
|
|
\
|
|
*
FS-Cache: Retain the netfs context in the retrieval op earlier
David Howells
2015-04-02
2
-11
/
+11
|
|
*
FS-Cache: The operation cancellation method needs calling in more places
David Howells
2015-04-02
5
-40
/
+52
|
|
*
FS-Cache: Put an aborted initialised op so that it is accounted correctly
David Howells
2015-04-02
2
-33
/
+35
|
|
*
FS-Cache: Fix cancellation of in-progress operation
David Howells
2015-04-02
1
-0
/
+7
|
|
*
FS-Cache: Count the number of initialised operations
David Howells
2015-04-02
3
-1
/
+5
|
|
*
FS-Cache: Out of line fscache_operation_init()
David Howells
2015-04-02
1
-0
/
+22
|
|
*
FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations too
David Howells
2015-04-02
3
-6
/
+21
|
|
*
FS-Cache: fscache_object_is_dead() has wrong logic, kill it
David Howells
2015-04-02
2
-3
/
+6
[next]