index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-27
xfs: return errors in xfs_fs_sync_fs
Darrick J. Wong
1
-1
/
+5
2022-04-27
vfs: make sync_filesystem return errors from ->sync_fs
Darrick J. Wong
1
-6
/
+12
2022-04-27
block: simplify the block device syncing code
Christoph Hellwig
2
-25
/
+4
2022-04-27
block: remove __sync_blockdev
Christoph Hellwig
2
-8
/
+4
2022-04-27
fs: remove __sync_filesystem
Christoph Hellwig
1
-21
/
+17
2022-04-20
btrfs: mark resumed async balance as writing
Naohiro Aota
1
-0
/
+2
2022-04-20
btrfs: fix root ref counts in error handling in btrfs_get_root_ref
Jia-Ju Bai
1
-2
/
+3
2022-04-20
cifs: verify that tcon is valid before dereference in cifs_kill_sb
Ronnie Sahlberg
1
-3
/
+3
2022-04-20
io_uring: use nospec annotation for more indexes
Pavel Begunkov
1
-6
/
+5
2022-04-20
io_uring: zero tag on rsrc removal
Pavel Begunkov
1
-1
/
+3
2022-04-20
btrfs: do not warn for free space inode in cow_file_range
Josef Bacik
1
-1
/
+0
2022-04-20
btrfs: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
1
-2
/
+11
2022-04-20
cifs: potential buffer overflow in handling symlinks
Harshit Mogalapalli
1
-0
/
+3
2022-04-20
io_uring: verify pad field is 0 in io_get_ext_arg
Dylan Yudaken
1
-0
/
+2
2022-04-20
io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
Dylan Yudaken
1
-2
/
+3
2022-04-20
io_uring: move io_uring_rsrc_update2 validation
Dylan Yudaken
1
-2
/
+2
2022-04-20
cifs: release cached dentries only if mount is complete
Shyam Prasad N
1
-13
/
+15
2022-04-20
btrfs: release correct delalloc amount in direct IO write path
Naohiro Aota
1
-3
/
+3
2022-04-20
btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()
Nathan Chancellor
1
-4
/
+0
2022-04-20
btrfs: remove no longer used counter when reading data page
Filipe Manana
1
-4
/
+1
2022-04-20
btrfs: remove unused parameter nr_pages in add_ra_bio_pages()
Qu Wenruo
1
-2
/
+0
2022-04-13
btrfs: prevent subvol with swapfile from being deleted
Kaiwen Hu
1
-0
/
+22
2022-04-13
btrfs: fix qgroup reserve overflow the qgroup limit
Ethan Lien
1
-1
/
+1
2022-04-13
io_uring: fix race between timeout flush and removal
Jens Axboe
1
-4
/
+3
2022-04-13
io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF
Eugene Syromiatnikov
1
-1
/
+9
2022-04-13
io_uring: defer splice/tee file validity check until command issue
Jens Axboe
1
-28
/
+21
2022-04-13
io_uring: don't check req->file in io_fsync_prep()
Jens Axboe
1
-3
/
+0
2022-04-13
io_uring: don't touch scm_fp_list after queueing skb
Pavel Begunkov
1
-2
/
+6
2022-04-13
io_uring: nospec index for tags on files update
Pavel Begunkov
1
-1
/
+1
2022-04-13
NFSv4: fix open failure with O_ACCMODE flag
ChenXiaoSong
3
-12
/
+14
2022-04-13
Revert "NFSv4: Handle the special Linux file open access mode"
ChenXiaoSong
2
-2
/
+1
2022-04-13
NFS: Avoid writeback threads getting stuck in mempool_alloc()
Trond Myklebust
2
-7
/
+13
2022-04-13
NFS: nfsiod should not block forever in mempool_alloc()
Trond Myklebust
3
-17
/
+22
2022-04-13
jfs: prevent NULL deref in diFree
Haimin Zhang
1
-1
/
+2
2022-04-13
NFS: swap-out must always use STABLE writes.
NeilBrown
1
-4
/
+6
2022-04-13
NFS: swap IO handling is slightly different for O_DIRECT IO
NeilBrown
2
-16
/
+30
2022-04-13
NFSv4: Protect the state recovery thread against direct reclaim
Trond Myklebust
1
-0
/
+12
2022-04-13
NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()
Xin Xiong
1
-3
/
+6
2022-04-13
minix: fix bug when opening a file with O_DIRECT
Qinghua Jin
1
-1
/
+2
2022-04-13
ceph: fix memory leak in ceph_readdir when note_last_dentry returns error
Xiubo Li
1
-1
/
+10
2022-04-13
ceph: fix inode reference leakage in ceph_get_snapdir()
Xiubo Li
1
-2
/
+8
2022-04-08
coredump: Use the vma snapshot in fill_files_note
Eric W. Biederman
2
-13
/
+33
2022-04-08
coredump/elf: Pass coredump_params into fill_note_info
Eric W. Biederman
1
-11
/
+11
2022-04-08
coredump: Remove the WARN_ON in dump_vma_snapshot
Eric W. Biederman
1
-6
/
+0
2022-04-08
coredump: Snapshot the vmas in do_coredump
Eric W. Biederman
3
-43
/
+36
2022-04-08
proc: bootconfig: Add null pointer check
Lv Ruyi
1
-0
/
+2
2022-04-08
io_uring: fix memory leak of uid in files registration
Pavel Begunkov
1
-0
/
+1
2022-04-08
gfs2: Make sure FITRIM minlen is rounded up to fs block size
Andrew Price
1
-1
/
+2
2022-04-08
gfs2: gfs2_setattr_size error path fix
Andreas Gruenbacher
6
-8
/
+9
2022-04-08
ubifs: rename_whiteout: correct old_dir size computing
Baokun Li
1
-0
/
+3
[next]