index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
btrfs: make __btrfs_add_ordered_extent take struct btrfs_inode
Nikolay Borisov
1
-15
/
+15
2020-07-27
btrfs: remove no longer used trans_list member of struct btrfs_ordered_extent
Filipe Manana
2
-5
/
+0
2020-07-27
btrfs: remove no longer used log_list member of struct btrfs_ordered_extent
Filipe Manana
2
-5
/
+0
2020-07-27
btrfs: add little-endian optimized key helpers
David Sterba
2
-0
/
+65
2020-07-27
btrfs: qgroup: catch reserved space leaks at unmount time
Qu Wenruo
3
-0
/
+49
2020-07-27
btrfs: change timing for qgroup reserved space for ordered extents to fix res...
Qu Wenruo
3
-15
/
+25
2020-07-27
btrfs: file: reserve qgroup space after the hole punch range is locked
Qu Wenruo
1
-4
/
+4
2020-07-27
btrfs: inode: move qgroup reserved space release to the callers of insert_res...
Qu Wenruo
1
-13
/
+13
2020-07-27
btrfs: inode: refactor the parameters of insert_reserved_file_extent()
Qu Wenruo
2
-32
/
+68
2020-07-27
btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_block
David Sterba
1
-6
/
+6
2020-07-27
btrfs: scrub: simplify tree block checksum calculation
David Sterba
1
-24
/
+9
2020-07-27
btrfs: scrub: clean up temporary page variables in scrub_checksum_data
David Sterba
1
-7
/
+5
2020-07-27
btrfs: scrub: simplify data block checksum calculation
David Sterba
1
-21
/
+3
2020-07-27
btrfs: scrub: clean up temporary page variables in scrub_checksum_super
David Sterba
1
-8
/
+8
2020-07-27
btrfs: scrub: remove temporary csum array in scrub_checksum_super
David Sterba
1
-3
/
+1
2020-07-27
btrfs: scrub: simplify superblock checksum calculation
David Sterba
1
-27
/
+4
2020-07-27
btrfs: scrub: unify naming of page address variables
David Sterba
1
-16
/
+16
2020-07-27
btrfs: scrub: remove kmap/kunmap of pages
David Sterba
1
-15
/
+8
2020-07-27
btrfs: introduce "rescue=" mount option
Qu Wenruo
1
-8
/
+73
2020-07-27
btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca...
Filipe Manana
1
-8
/
+6
2020-07-27
btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()
Filipe Manana
3
-11
/
+7
2020-07-27
btrfs: check-integrity: remove unnecessary failure messages during memory all...
Liao Pingfang
1
-21
/
+6
2020-07-27
btrfs: use helper btrfs_get_block_group
Anand Jain
1
-2
/
+2
2020-07-27
btrfs: let btrfs_return_cluster_to_free_space() return void
Anand Jain
2
-10
/
+6
2020-07-27
btrfs: remove no longer necessary chunk mutex locking cases
Filipe Manana
1
-5
/
+0
2020-07-27
btrfs: factor out reading of bg from find_frist_block_group
Johannes Thumshirn
1
-46
/
+56
2020-07-27
btrfs: get mapping tree directly from fsinfo in find_first_block_group
Johannes Thumshirn
1
-1
/
+1
2020-07-27
btrfs: simplify checks when adding excluded ranges
Nikolay Borisov
1
-17
/
+4
2020-07-27
btrfs: read stripe len directly in btrfs_rmap_block
Nikolay Borisov
1
-10
/
+3
2020-07-27
btrfs: don't balance btree inode pages from buffered write path
Nikolay Borisov
1
-2
/
+0
2020-07-25
Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2020-07-25
Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into master
Linus Torvalds
1
-8
/
+2
2020-07-24
Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into master
Linus Torvalds
1
-1
/
+19
2020-07-24
Merge branch 'akpm' into master (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-07-24
Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-14
/
+21
2020-07-24
Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-7
/
+11
2020-07-24
Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...
Linus Torvalds
1
-25
/
+36
2020-07-24
squashfs: fix length field overlap check in metadata reading
Phillip Lougher
1
-1
/
+1
2020-07-23
Revert "cifs: Fix the target file was deleted when rename failed."
Steve French
1
-8
/
+2
2020-07-23
io_uring: missed req_init_async() for IOSQE_ASYNC
Pavel Begunkov
1
-0
/
+1
2020-07-22
nfsd4: fix NULL dereference in nfsd/clients display code
J. Bruce Fields
1
-1
/
+19
2020-07-21
btrfs: fix mount failure caused by race with umount
Boris Burkov
1
-0
/
+8
2020-07-21
btrfs: fix page leaks after failure to lock page for delalloc
Robbie Ko
1
-1
/
+2
2020-07-21
btrfs: qgroup: fix data leak caused by race between writeback and truncate
Qu Wenruo
1
-13
/
+10
2020-07-21
btrfs: fix double free on ulist after backref resolution failure
Filipe Manana
1
-0
/
+1
2020-07-21
exfat: fix name_hash computation on big endian systems
Ilya Ponetayev
1
-4
/
+4
2020-07-21
exfat: fix wrong size update of stream entry by typo
Hyeongseok Kim
1
-1
/
+1
2020-07-21
exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()
Namjae Jeon
1
-1
/
+1
2020-07-21
exfat: fix overflow issue in exfat_cluster_to_sector()
Namjae Jeon
1
-1
/
+1
2020-07-20
zonefs: count pages after truncating the iterator
Johannes Thumshirn
1
-4
/
+4
[next]