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-13
io_uring: allow allocated fixed files for accept
Jens Axboe
1
-2
/
+2
2022-05-13
io_uring: allow allocated fixed files for openat/openat2
Jens Axboe
1
-3
/
+33
2022-05-13
io_uring: add basic fixed file allocator
Jens Axboe
1
-0
/
+29
2022-05-13
io_uring: track fixed files with a bitmap
Jens Axboe
1
-1
/
+32
2022-05-12
fs/ntfs3: validate BOOT sectors_per_clusters
Randy Dunlap
1
-3
/
+7
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-40
/
+91
2022-05-12
io_uring_enter(): don't leave f.flags uninitialized
Al Viro
1
-6
/
+5
2022-05-12
f2fs: keep wait_ms if EAGAIN happens
Jaegeuk Kim
1
-2
/
+2
2022-05-12
f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parameters
Jaegeuk Kim
5
-42
/
+89
2022-05-12
Merge tag 'fixes_for_v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
3
-4
/
+21
2022-05-12
f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTION
Eric Biggers
1
-2
/
+3
2022-05-12
f2fs: kill volatile write support
Jaegeuk Kim
7
-157
/
+10
2022-05-12
f2fs: change the current atomic write way
Daeho Jeong
12
-424
/
+303
2022-05-12
f2fs: don't need inode lock for system hidden quota
Jaegeuk Kim
1
-2
/
+4
2022-05-12
pstore: migrate to crypto acomp interface
Ard Biesheuvel
1
-12
/
+51
2022-05-12
nilfs2: Fix some kernel-doc comments
Yang Li
1
-6
/
+7
2022-05-12
fs: hold writers when changing mount's idmapping
Christian Brauner
1
-2
/
+3
2022-05-12
Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-next
Dave Chinner
8
-62
/
+13
2022-05-12
xfs: can't use kmem_zalloc() for attribute buffers
Dave Chinner
3
-54
/
+50
2022-05-12
xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify
Dave Chinner
1
-0
/
+9
2022-05-12
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
6
-72
/
+137
2022-05-12
xfs: use XFS_DA_OP flags in deferred attr ops
Dave Chinner
4
-67
/
+84
2022-05-12
xfs: remove xfs_attri_remove_iter
Dave Chinner
1
-279
/
+139
2022-05-12
xfs: switch attr remove to xfs_attri_set_iter
Dave Chinner
3
-36
/
+26
2022-05-12
xfs: introduce attr remove initial states into xfs_attr_set_iter
Dave Chinner
3
-62
/
+84
2022-05-12
xfs: xfs_attr_set_iter() does not need to return EAGAIN
Dave Chinner
2
-53
/
+39
2022-05-12
xfs: clean up final attr removal in xfs_attr_set_iter
Dave Chinner
3
-72
/
+94
2022-05-12
xfs: remote xattr removal in xfs_attr_set_iter() is conditional
Dave Chinner
3
-35
/
+36
2022-05-12
xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
Dave Chinner
3
-54
/
+75
2022-05-12
xfs: split remote attr setting out from replace path
Dave Chinner
3
-59
/
+77
2022-05-12
xfs: consolidate leaf/node states in xfs_attr_set_iter
Dave Chinner
2
-109
/
+27
2022-05-12
xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
Dave Chinner
3
-25
/
+29
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
8
-103
/
+194
2022-05-11
ext4: remove unnecessary code in __mb_check_buddy
Jinke Han
1
-4
/
+1
2022-05-11
ext4: fix spelling errors in comments
Chin Yik Ming
1
-2
/
+2
2022-05-11
ext4: remove unnecessary type castings
Yu Zhe
7
-15
/
+15
2022-05-11
ext4: fix warning in ext4_handle_inode_extension
Ye Bin
1
-0
/
+4
2022-05-11
fs,io_uring: add infrastructure for uring-cmd
Jens Axboe
1
-18
/
+117
2022-05-11
ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
Ojaswin Mujoo
1
-1
/
+0
2022-05-11
xfs: don't set quota warning values
Catherine Hoang
2
-3
/
+2
2022-05-11
xfs: remove warning counters from struct xfs_dquot_res
Catherine Hoang
4
-29
/
+7
2022-05-11
xfs: remove quota warning limit from struct xfs_quota_limits
Catherine Hoang
5
-33
/
+7
2022-05-11
xfs: rework deferred attribute operation setup
Dave Chinner
5
-71
/
+110
2022-05-11
xfs: make xattri_leaf_bp more useful
Dave Chinner
1
-18
/
+32
2022-05-11
xfs: initialise attrd item to zero
Dave Chinner
1
-1
/
+1
2022-05-11
xfs: avoid empty xattr transaction when attrs are inline
Dave Chinner
1
-20
/
+19
2022-05-11
xfs: add leaf to node error tag
Allison Henderson
3
-1
/
+12
2022-05-11
xfs: add leaf split error tag
Allison Henderson
3
-1
/
+10
2022-05-11
xfs: Add helper function xfs_init_attr_trans
Allison Henderson
3
-20
/
+27
2022-05-11
xfs: Add helper function xfs_attr_leaf_addname
Allison Henderson
2
-50
/
+61
[prev]
[next]