summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | ext4: don't BUG on inconsistent journal featureJan Kara2020-08-061-21/+47
| * | ext4: do not block RWF_NOWAIT dio write on unallocated spaceJan Kara2020-08-061-0/+4
| * | ext4: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-061-1/+1
| * | ext4: lost matching-pair of trace in ext4_unlinkYi Zhuang2020-08-061-17/+21
| * | ext4: lost matching-pair of trace in ext4_truncatezhengliang2020-08-061-8/+9
| * | jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)2020-08-061-1/+3
| * | ext4: fix potential negative array index in do_split()Eric Sandeen2020-08-061-3/+13
| * | jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner2020-08-061-0/+10
| * | ext4: fix coding style in file.cDio Putra2020-08-061-3/+2
| * | ext4: delete unnecessary checks before brelse()Markus Elfring2020-08-062-6/+3
| * | ext4: fix spelling mistakes in extents.cKeyur Patel2020-07-291-5/+5
* | | afs: Fix NULL deref in afs_dynroot_depopulate()David Howells2020-08-211-9/+11
* | | afs: Fix key ref leak in afs_put_operation()David Howells2020-08-201-0/+1
| |/ |/|
* | Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-161-153/+386
|\ \
| * | io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe2020-08-151-1/+4
| * | io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
| * | io_uring: internally retry short readsJens Axboe2020-08-131-39/+70
| * | io_uring: retain iov_iter state over io_read/io_write callsJens Axboe2020-08-131-66/+70
| * | io_uring: enable lookup of links holding inflight filesJens Axboe2020-08-121-10/+87
| * | io_uring: fail poll arm on queue proc failureJens Axboe2020-08-121-1/+1
| * | io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe2020-08-111-0/+15
| * | io_uring: defer file table grabbing request cleanup for locked requestsJens Axboe2020-08-101-10/+52
| * | io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe2020-08-101-0/+3
| * | io_uring: fix recursive completion locking on oveflow flushJens Axboe2020-08-101-10/+26
| * | io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe2020-08-101-8/+8
| * | io_uring: account locked memory before potential error caseJens Axboe2020-08-061-8/+10
| * | io_uring: set ctx sq/cq entry count earlierJens Axboe2020-08-061-2/+4
| * | io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang2020-08-051-2/+7
| * | io_uring: add comments on how the async buffered read retry worksJens Axboe2020-08-031-1/+22
| * | io_uring: io_async_buf_func() need not test page bitJens Axboe2020-08-031-4/+0
* | | Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-08-153-62/+17
|\ \ \
| * | | 9p: Remove unneeded cast from memory allocationLi Heng2020-07-311-2/+1
| * | | 9p: remove unused code in 9pJianyong Wu2020-07-191-53/+0
| * | | 9p: Fix memory leak in v9fs_mountZheng Bin2020-07-191-3/+2
| * | | 9p: retrieve fid from file when file instance exist.Jianyong Wu2020-07-192-4/+14
* | | | Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-153-2/+4
|\ \ \ \
| * | | | SMB3: Fix mkdir when idsfromsid configured on mountSteve French2020-08-131-0/+1
| * | | | cifs: Convert to use the fallthrough macroMiaohe Lin2020-08-101-2/+2
| * | | | cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter2020-08-061-0/+1
* | | | | Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-08-1523-121/+2274
|\ \ \ \ \
| * | | | | NFS: Fix flexfiles read failoverTrond Myklebust2020-08-123-16/+40
| * | | | | fs: nfs: delete repeated words in commentsRandy Dunlap2020-08-122-2/+2
| * | | | | rpc_pipefs: convert comma to semicolonXu Wang2020-08-121-1/+1
| * | | | | nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2020-08-122-3/+5
| * | | | | NFS: Don't return layout segments that are in useTrond Myklebust2020-08-121-19/+15
| * | | | | NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust2020-08-121-11/+1
| * | | | | NFS: Add layout segment info to pnfs read/write/commit tracepointsTrond Myklebust2020-08-121-6/+36
| * | | | | NFS: Add tracepoints for layouterror and layoutstats.Trond Myklebust2020-08-052-2/+10
| * | | | | NFS: Report the stateid + status in trace_nfs4_layoutreturn_on_close()Trond Myklebust2020-08-052-2/+2
| * | | | | nfs: nfs_file_write() should check for writeback errorsScott Mayhew2020-08-041-3/+9