summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pstore/ftrace: Provide ftrace log merging routineKees Cook2020-05-303-54/+66
* pstore/ram: Refactor ftrace buffer mergingKees Cook2020-05-301-12/+17
* pstore/ram: Refactor DT size parsingKees Cook2020-05-301-12/+19
* pstore/ram: Adjust module param permissions to reflect realityKees Cook2020-05-301-3/+3
* pstore/platform: Move module params after declarationsKees Cook2020-05-301-6/+5
* pstore/platform: Use backend name for console registrationKees Cook2020-05-301-1/+3
* pstore/platform: Switch pstore_info::name to constKees Cook2020-05-301-1/+2
* pstore: Make sure console capturing will restartKees Cook2020-05-301-1/+5
* pstore: Remove filesystem records when backend is unregisteredKees Cook2020-05-303-0/+36
* pstore: Do not leave timer disabled for next backendKees Cook2020-05-301-15/+19
* pstore: Add locking around superblock changesKees Cook2020-05-303-26/+45
* pstore: Refactor pstorefs record list removalKees Cook2020-05-121-6/+13
* pstore: Add proper unregister lock checkingKees Cook2020-05-121-4/+17
* pstore: Convert "records_list" locking to mutexKees Cook2020-05-121-10/+7
* pstore: Rename "allpstore" to "records_list"Kees Cook2020-05-121-10/+10
* pstore: Convert "psinfo" locking to mutexKees Cook2020-05-121-4/+4
* pstore: Rename "pstore_lock" to "psinfo_lock"Kees Cook2020-05-121-5/+5
* pstore: Drop useless try_module_get() for backendKees Cook2020-05-121-8/+0
* Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-04-1212-238/+272
|\
| * smb3: enable swap on SMB3 mountsSteve French2020-04-104-0/+70
| * smb3: change noisy error message to FYISteve French2020-04-091-1/+1
| * smb3: smbdirect support can be configured by defaultSteve French2020-04-071-1/+1
| * cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2020-04-072-52/+10
| * cifs: smbd: Properly process errors on ib_post_sendLong Li2020-04-071-123/+97
| * cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li2020-04-073-36/+60
| * cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li2020-04-071-7/+18
| * cifs: smbd: Check send queue size before posting a sendLong Li2020-04-072-1/+11
| * cifs: smbd: Merge code to track pending packetsLong Li2020-04-073-39/+12
| * cifs: ignore cached share root handle closing errorsAurelien Aptel2020-04-071-0/+14
* | Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-121-0/+1
|\ \
| * | pNFS: Fix RCU lock leakageTrond Myklebust2020-04-111-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-106-5/+18
|\ \ \
| * | | fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin2020-04-101-2/+5
| * | | change email address for Pali RohárPali Rohár2020-04-102-2/+2
| * | | fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers2020-04-101-1/+3
| * | | ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-101-0/+4
| * | | hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander2020-04-101-0/+4
* | | | Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-103-70/+7
|\ \ \ \
| * | | | orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushMike Marshall2020-04-081-8/+0
| * | | | orangefs: get rid of knob code...Mike Marshall2020-04-083-62/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-101-5/+5
|\ \ \ \ \
| * | | | | proc: Use a dedicated lock in struct pidEric W. Biederman2020-04-091-5/+5
* | | | | | Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-103-173/+269
|\ \ \ \ \ \
| * | | | | | io_uring: punt final io_ring_ctx wait-and-free to workqueueJens Axboe2020-04-091-2/+16
| * | | | | | io_uring: fix fs cleanup on cqe overflowPavel Begunkov2020-04-091-1/+1
| * | | | | | io_uring: don't read user-shared sqe flags twicePavel Begunkov2020-04-081-12/+8
| * | | | | | io_uring: remove req init from io_get_req()Pavel Begunkov2020-04-081-26/+27
| * | | | | | io_uring: alloc req only after getting sqePavel Begunkov2020-04-081-15/+9
| * | | | | | io_uring: simplify io_get_sqringPavel Begunkov2020-04-081-18/+22
| * | | | | | io_uring: do not always copy iovec in io_req_map_rw()Xiaoguang Wang2020-04-081-2/+3