summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()Ritesh Harjani2022-02-251-78/+102
| * | | | | | | | | | | | | | | | | | | | | | | ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commitRitesh Harjani2022-02-251-55/+76
| * | | | | | | | | | | | | | | | | | | | | | | ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bbRitesh Harjani2022-02-251-7/+12
| * | | | | | | | | | | | | | | | | | | | | | | jbd2: remove CONFIG_JBD2_DEBUG to update t_max_waitRitesh Harjani2022-02-251-4/+3
| * | | | | | | | | | | | | | | | | | | | | | | jbd2: kill t_handle_lock transaction spinlockRitesh Harjani2022-02-251-19/+9
| * | | | | | | | | | | | | | | | | | | | | | | jbd2: fix use-after-free of transaction_t raceRitesh Harjani2022-02-251-16/+25
| * | | | | | | | | | | | | | | | | | | | | | | ext4: fix remount with 'abort' optionLukas Czerner2022-02-251-8/+21
* | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-03-2222-225/+139
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | nfsd: fix using the correct variable for sizeof()Jakob Koschel2022-03-201-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | nfsd: use correct format charactersBill Wendling2022-03-171-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2022-03-152-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever2022-03-111-2/+10
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: Clean up _lm_ operation namesChuck Lever2022-03-111-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: Remove CONFIG_NFSD_V3Chuck Lever2022-03-118-51/+3
| * | | | | | | | | | | | | | | | | | | | | | | nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein2022-02-281-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-283-43/+13
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-284-12/+3
| * | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-283-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-284-16/+16
| * | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-282-4/+3
| * | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-283-4/+0
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: Remove NFSD_PROC_ARGS_* macrosChuck Lever2022-02-281-19/+9
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: Use __sockaddr field to store socket addressesChuck Lever2022-02-281-40/+39
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: Streamline the rare "found" caseChuck Lever2022-02-281-4/+3
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: Skip extra computation for RC_NOCACHE caseChuck Lever2022-02-281-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | NFSD: De-duplicate hash bucket indexingChuck Lever2022-02-281-12/+10
| * | | | | | | | | | | | | | | | | | | | | | | nfsd: Add support for the birth time attributeOndrej Valousek2022-02-282-1/+11
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge tag '5.18-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-03-229-14/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-186-7/+50
| * | | | | | | | | | | | | | | | | | | | | | cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg2022-03-181-2/+0
| * | | | | | | | | | | | | | | | | | | | | | Adjust cifssb maximum read sizeRohith Surabattula2022-03-182-0/+13
| * | | | | | | | | | | | | | | | | | | | | | cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg2022-03-181-4/+14
| * | | | | | | | | | | | | | | | | | | | | | cifs: fix handlecache and multiuserRonnie Sahlberg2022-03-181-3/+10
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-03-2222-384/+652
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu2022-03-211-3/+5
| * | | | | | | | | | | | | | | | | | | | | | f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong2022-03-211-1/+16
| * | | | | | | | | | | | | | | | | | | | | | f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Chao Yu2022-03-181-0/+5
| * | | | | | | | | | | | | | | | | | | | | | f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2022-03-182-2/+5
| * | | | | | | | | | | | | | | | | | | | | | f2fs: initialize sbi->gc_mode explicitlyChao Yu2022-03-171-0/+1
| * | | | | | | | | | | | | | | | | | | | | | f2fs: introduce gc_urgent_mid modeDaeho Jeong2022-03-174-1/+17
| * | | | | | | | | | | | | | | | | | | | | | f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu2022-03-171-3/+2
| * | | | | | | | | | | | | | | | | | | | | | f2fs: remove redundant parameter judgmentWang Xiaojun2022-03-171-2/+1
| * | | | | | | | | | | | | | | | | | | | | | f2fs: use spin_lock to avoid hangJaegeuk Kim2022-03-171-7/+10
| * | | | | | | | | | | | | | | | | | | | | | f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim2022-03-114-2/+10
| * | | | | | | | | | | | | | | | | | | | | | f2fs: remove unnecessary read for F2FS_FITS_IN_INODEJia Yang2022-03-091-13/+4
| * | | | | | | | | | | | | | | | | | | | | | f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsemJaegeuk Kim2022-03-042-0/+17
| * | | | | | | | | | | | | | | | | | | | | | f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesJaegeuk Kim2022-03-042-0/+12
| * | | | | | | | | | | | | | | | | | | | | | f2fs: fix to do sanity check on curseg->alloc_typeChao Yu2022-03-031-0/+7
| * | | | | | | | | | | | | | | | | | | | | | f2fs: fix to avoid potential deadlockChao Yu2022-03-032-2/+10