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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
btrfs: scrub: rename scrub_bio::pagev and related members
Qu Wenruo
1
-39
/
+39
2022-05-16
btrfs: scrub: rename scrub_page to scrub_sector
Qu Wenruo
1
-238
/
+234
2022-05-16
btrfs: scrub: rename members related to scrub_block::pagev
Qu Wenruo
1
-115
/
+109
2022-05-16
btrfs: remove trivial wrapper btrfs_read_buffer()
Filipe Manana
5
-20
/
+12
2022-05-16
btrfs: update outdated comment for read_block_for_search()
Filipe Manana
1
-5
/
+6
2022-05-16
btrfs: release upper nodes when reading stale btree node from disk
Filipe Manana
1
-9
/
+19
2022-05-16
btrfs: avoid unnecessary btree search restarts when reading node
Filipe Manana
1
-11
/
+19
2022-05-16
btrfs: set inode flags earlier in btrfs_new_inode()
Omar Sandoval
1
-10
/
+10
2022-05-16
btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()
Omar Sandoval
1
-47
/
+11
2022-05-16
btrfs: don't pass parent objectid to btrfs_new_inode() explicitly
Omar Sandoval
1
-10
/
+11
2022-05-16
btrfs: remove redundant name and name_len parameters to create_subvol
Omar Sandoval
1
-2
/
+3
2022-05-16
btrfs: remove unused mnt_userns parameter from __btrfs_set_acl
Omar Sandoval
1
-4
/
+3
2022-05-16
btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()
Omar Sandoval
1
-1
/
+0
2022-05-16
btrfs: remove unnecessary inode_set_bytes(0) call
Omar Sandoval
1
-1
/
+0
2022-05-16
btrfs: remove unnecessary btrfs_i_size_write(0) calls
Omar Sandoval
1
-2
/
+0
2022-05-16
btrfs: get rid of btrfs_add_nondir()
Omar Sandoval
1
-22
/
+11
2022-05-16
btrfs: fix anon_dev leak in create_subvol()
Omar Sandoval
1
-26
/
+23
2022-05-16
btrfs: reserve correct number of items for rename
Omar Sandoval
1
-20
/
+68
2022-05-16
btrfs: reserve correct number of items for unlink and rmdir
Omar Sandoval
1
-1
/
+2
2022-05-16
m68knommu: allow elf_fdpic loader to be selected
Greg Ungerer
1
-1
/
+1
2022-05-14
Unify the primitives for file descriptor closing
Al Viro
3
-54
/
+32
2022-05-14
fs: remove fget_many and fput_many interface
Gou Hao
2
-27
/
+15
2022-05-14
io_uring: implement multishot mode for accept
Hao Xu
1
-6
/
+48
2022-05-14
io_uring: let fast poll support multishot
Hao Xu
1
-15
/
+32
2022-05-14
io_uring: add REQ_F_APOLL_MULTISHOT for requests
Hao Xu
1
-0
/
+5
2022-05-14
gfs2: replace 'found' with dedicated list iterator variable
Jakob Koschel
2
-20
/
+15
2022-05-13
proc/sysctl: make protected_* world readable
Julius Hemanth Pitti
1
-4
/
+4
2022-05-13
Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2
-82
/
+68
2022-05-13
ext4: add unmount filesystem message
Zhang Yi
1
-0
/
+3
2022-05-13
io_uring: only wake when the correct events are set
Dylan Yudaken
1
-2
/
+3
2022-05-13
gfs2: Stop using glock holder auto-demotion for now
Andreas Gruenbacher
1
-32
/
+14
2022-05-13
gfs2: buffered write prefaulting
Andreas Gruenbacher
1
-12
/
+16
2022-05-13
ext4: remove unnecessary conditionals
Lv Ruyi
2
-4
/
+2
2022-05-13
gfs2: Align read and write chunks to the page cache
Andreas Gruenbacher
1
-8
/
+7
2022-05-13
gfs2: Pull return value test out of should_fault_in_pages
Andreas Gruenbacher
1
-12
/
+22
2022-05-13
gfs2: Clean up use of fault_in_iov_iter_{read,write}able
Andreas Gruenbacher
1
-17
/
+9
2022-05-13
gfs2: Variable rename
Andreas Gruenbacher
1
-17
/
+17
2022-05-13
gfs2: Fix filesystem block deallocation for short writes
Andreas Gruenbacher
1
-6
/
+5
2022-05-13
Merge tag 'ceph-for-5.18-rc7' of https://github.com/ceph/ceph-client
Linus Torvalds
2
-7
/
+20
2022-05-13
Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2022-05-13
Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+22
2022-05-13
mm/uffd: enable write protection for shmem & hugetlbfs
Peter Xu
1
-18
/
+3
2022-05-13
mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfs
Peter Xu
1
-0
/
+7
2022-05-13
mm/hugetlb: only drop uffd-wp special pte if required
Peter Xu
1
-6
/
+9
2022-05-13
mm: teach core mm about pte markers
Peter Xu
1
-4
/
+7
2022-05-13
hugetlbfs: fix hugetlbfs_statfs() locking
Mina Almasry
1
-2
/
+2
2022-05-13
mm/mprotect: use mmu_gather
Nadav Amit
1
-1
/
+5
2022-05-13
io_uring: avoid io-wq -EAGAIN looping for !IOPOLL
Pavel Begunkov
1
-0
/
+2
2022-05-13
io_uring: add flag for allocating a fully sparse direct descriptor space
Jens Axboe
1
-3
/
+12
2022-05-13
io_uring: bump max direct descriptor count to 1M
Jens Axboe
1
-1
/
+1
[prev]
[next]