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
2022-04-14
ksmbd: remove filename in ksmbd_file
Namjae Jeon
8
-62
/
+42
2022-04-14
ext4: fix overhead calculation to account for the reserved gdt blocks
Theodore Ts'o
1
-1
/
+3
2022-04-14
Merge tag '5.18-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-20
/
+35
2022-04-14
VFS: filename_create(): fix incorrect intent.
NeilBrown
1
-12
/
+10
2022-04-14
Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
8
-23
/
+49
2022-04-14
Merge tag 'fscache-fixes-20220413' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
8
-20
/
+36
2022-04-13
fscrypt: log when starting to use inline encryption
Eric Biggers
3
-3
/
+36
2022-04-14
cifs: verify that tcon is valid before dereference in cifs_kill_sb
Ronnie Sahlberg
1
-3
/
+3
2022-04-13
fscrypt: split up FS_CRYPTO_BLOCK_SIZE
Eric Biggers
3
-8
/
+15
2022-04-13
cifs: potential buffer overflow in handling symlinks
Harshit Mogalapalli
1
-0
/
+3
2022-04-13
io_uring: fix poll error reporting
Pavel Begunkov
1
-3
/
+2
2022-04-13
io_uring: fix poll file assign deadlock
Pavel Begunkov
1
-1
/
+2
2022-04-13
io_uring: use right issue_flags for splice/tee
Pavel Begunkov
1
-2
/
+2
2022-04-13
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
Chandan Babu R
2
-1
/
+6
2022-04-13
xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
Chandan Babu R
4
-7
/
+32
2022-04-13
xfs: Decouple XFS_IBULK flags from XFS_IWALK flags
Chandan Babu R
3
-3
/
+7
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
11
-2
/
+75
2022-04-13
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
9
-91
/
+28
2022-04-12
ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
Tadeusz Struk
1
-1
/
+10
2022-04-12
ext4: fix use-after-free in ext4_search_dir
Ye Bin
2
-2
/
+6
2022-04-12
ext4: fix bug_on in start_this_handle during umount filesystem
Ye Bin
1
-7
/
+12
2022-04-12
ext4: fix symlink file size not match to file content
Ye Bin
1
-1
/
+3
2022-04-12
ext4: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
3
-9
/
+32
2022-04-12
Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2
-22
/
+27
2022-04-12
stat: fix inconsistency between struct stat and struct compat_stat
Mikulas Patocka
1
-9
/
+10
2022-04-12
io_uring: verify pad field is 0 in io_get_ext_arg
Dylan Yudaken
1
-0
/
+2
2022-04-12
io_uring: verify resv is 0 in ringfd register/unregister
Dylan Yudaken
1
-1
/
+6
2022-04-12
io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
Dylan Yudaken
1
-2
/
+3
2022-04-12
io_uring: move io_uring_rsrc_update2 validation
Dylan Yudaken
1
-2
/
+2
2022-04-12
io_uring: fix assign file locking issue
Pavel Begunkov
1
-4
/
+6
2022-04-11
io_uring: stop using io_wq_work as an fd placeholder
Jens Axboe
2
-5
/
+8
2022-04-11
io_uring: move apoll->events cache
Jens Axboe
1
-9
/
+12
2022-04-11
io_uring: io_kiocb_update_pos() should not touch file for non -1 offset
Jens Axboe
1
-11
/
+10
2022-04-12
xfs: use a separate frextents counter for rt extent reservations
Darrick J. Wong
8
-47
/
+99
2022-04-12
xfs: recalculate free rt extents after log recovery
Darrick J. Wong
3
-9
/
+71
2022-04-12
xfs: pass explicit mount pointer to rtalloc query functions
Darrick J. Wong
4
-14
/
+17
2022-04-12
xfs: Use generic_file_open()
Matthew Wilcox (Oracle)
1
-3
/
+1
2022-04-11
xfs: Introduce per-inode 64-bit extent counters
Chandan Babu R
6
-30
/
+204
2022-04-11
xfs: Replace numbered inode recovery error messages with descriptive ones
Chandan Babu R
1
-30
/
+22
2022-04-11
xfs: Introduce macros to represent new maximum extent counts for data/attr forks
Chandan Babu R
6
-15
/
+55
2022-04-11
xfs: Use uint64_t to count maximum blocks that can be used by BMBT
Chandan Babu R
1
-3
/
+3
2022-04-11
xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
Chandan Babu R
4
-1
/
+24
2022-04-11
xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
Chandan Babu R
2
-0
/
+3
2022-04-11
xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
Chandan Babu R
3
-0
/
+6
2022-04-11
xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
Chandan Babu R
6
-10
/
+10
2022-04-11
xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
Chandan Babu R
1
-2
/
+2
2022-04-11
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
5
-21
/
+58
2022-04-11
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
5
-5
/
+5
2022-04-11
xfs: Introduce xfs_iext_max_nextents() helper
Chandan Babu R
4
-11
/
+16
2022-04-11
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
8
-59
/
+64
[prev]
[next]