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-07-14
fs/gfs2: Use the enum req_op and blk_opf_t types
Bart Van Assche
5
-11
/
+10
2022-07-14
fs/f2fs: Use the enum req_op and blk_opf_t types
Bart Van Assche
4
-10
/
+11
2022-07-14
fs/ext4: Use the new blk_opf_t type
Bart Van Assche
3
-12
/
+12
2022-07-14
fs/btrfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
6
-19
/
+19
2022-07-14
fs/mpage: Use the new blk_opf_t type
Bart Van Assche
1
-3
/
+3
2022-07-14
fs/direct-io: Reduce the size of struct dio
Bart Van Assche
1
-17
/
+23
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
33
-86
/
+84
2022-07-14
fs/buffer: Use the new blk_opf_t type
Bart Van Assche
1
-10
/
+11
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
2
-4
/
+3
2022-07-14
xfs: fix use-after-free in xattr node block inactivation
Darrick J. Wong
1
-5
/
+3
2022-07-14
Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.20-mergeB
Darrick J. Wong
35
-247
/
+285
2022-07-14
block: remove bdevname
Christoph Hellwig
2
-3
/
+6
2022-07-14
ext4: only initialize mmp_bdevname once
Christoph Hellwig
1
-4
/
+4
2022-07-14
ocfs2/cluster: remove the hr_dev_name field from struct o2hb_region
Christoph Hellwig
1
-34
/
+30
2022-07-14
Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeB
Darrick J. Wong
5
-135
/
+188
2022-07-14
Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeB
Darrick J. Wong
14
-545
/
+539
2022-07-14
fs/ext2: replace ternary operator with min_t()
Jiangshan Yi
1
-4
/
+2
2022-07-14
netfs: do not unlock and put the folio twice
Xiubo Li
3
-13
/
+17
2022-07-14
xfs: lockless buffer lookup
Dave Chinner
2
-7
/
+16
2022-07-14
xfs: remove a superflous hash lookup when inserting new buffers
Dave Chinner
1
-4
/
+9
2022-07-14
xfs: reduce the number of atomic when locking a buffer after lookup
Dave Chinner
1
-2
/
+3
2022-07-14
xfs: merge xfs_buf_find() and xfs_buf_get_map()
Dave Chinner
1
-109
/
+93
2022-07-14
xfs: break up xfs_buf_find() into individual pieces
Dave Chinner
1
-54
/
+104
2022-07-14
xfs: add in-memory iunlink log item
Dave Chinner
5
-63
/
+219
2022-07-14
xfs: add log item precommit operation
Dave Chinner
3
-2
/
+96
2022-07-14
xfs: combine iunlink inode update functions
Dave Chinner
1
-36
/
+16
2022-07-14
xfs: clean up xfs_iunlink_update_inode()
Dave Chinner
1
-13
/
+5
2022-07-14
xfs: double link the unlinked inode list
Dave Chinner
6
-310
/
+90
2022-07-14
xfs: introduce xfs_iunlink_lookup
Dave Chinner
2
-96
/
+66
2022-07-14
xfs: refactor xlog_recover_process_iunlinks()
Dave Chinner
1
-66
/
+71
2022-07-14
xfs: track the iunlink list pointer in the xfs_inode
Dave Chinner
4
-18
/
+10
2022-07-14
xfs: factor the xfs_iunlink functions
Dave Chinner
1
-42
/
+66
2022-07-14
xfs: flush inode gc workqueue before clearing agi bucket
Zhang Yi
1
-0
/
+1
2022-07-13
smb3: workaround negprot bug in some Samba servers
Steve French
1
-6
/
+7
2022-07-13
NFSv4: Fix races in the legacy idmapper upcall
Trond Myklebust
1
-22
/
+24
2022-07-13
vf/remap: return the amount of bytes actually deduplicated
Ansgar Lößer
1
-1
/
+1
2022-07-13
fs/remap: constrain dedupe of EOF blocks
Dave Chinner
1
-1
/
+2
2022-07-12
xfs: replace inode fork size macros with functions
Darrick J. Wong
15
-39
/
+61
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
13
-27
/
+31
2022-07-12
Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
1
-1
/
+24
2022-07-12
cifs: remove unnecessary locking of chan_lock while freeing session
Shyam Prasad N
1
-2
/
+0
2022-07-12
cifs: fix race condition with delayed threads
Shyam Prasad N
1
-2
/
+9
2022-07-12
NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE
Anna Schumaker
4
-10
/
+31
2022-07-12
nfs: fix port value parsing
Ian Kent
1
-1
/
+1
2022-07-12
nfs: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-2
/
+2
2022-07-12
NFS: remove redundant code in nfs_file_write()
ChenXiaoSong
1
-2
/
+0
2022-07-12
nfs/blocklayout: refactor block device opening
Christoph Hellwig
1
-31
/
+11
2022-07-12
NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly
Trond Myklebust
1
-1
/
+0
2022-07-12
NFSv4.1: Don't decrease the value of seq_nr_highest_sent
Trond Myklebust
1
-3
/
+2
2022-07-11
Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2
-21
/
+27
[prev]
[next]