summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)2020-08-073-9/+4
* jbd2: abort journal if free a async write error metadata bufferzhangyi (F)2020-08-071-0/+16
* ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)2020-08-073-0/+45
* ext4: skip non-loaded groups at cr=0/1 when scanning for good groupsAlex Zhuravlev2020-08-061-1/+20
* ext4: add prefetching for block allocation bitmapsAlex Zhuravlev2020-08-064-6/+153
* ext4: handle read only external journal deviceLukas Czerner2020-08-061-18/+33
* ext4: fix spelling typos in ext4_mb_initialize_contextbrookxu2020-08-061-1/+1
* ext4: use generic names for generic ioctlsEric Biggers2020-08-062-27/+17
* ext4: don't hardcode bit values in EXT4_FL_USER_*Eric Biggers2020-08-061-2/+28
* 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
* Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-051-7/+22
|\
| * io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe2020-07-041-7/+22
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-07-041-3/+3
|\ \
| * | Call sysctl_head_finish on errorMatthew Wilcox (Oracle)2020-07-031-3/+3
* | | Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-07-044-8/+20
|\ \ \
| * | | cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg2020-07-021-1/+1
| * | | cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-021-2/+8
| * | | SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich2020-07-021-4/+1
| * | | SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich2020-07-021-0/+1
| * | | SMB3: Honor lease disabling for multiuser mountsPaul Aurich2020-07-021-0/+1
| * | | SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-021-0/+2
| * | | SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-021-0/+1
| * | | cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich2020-07-021-1/+5
* | | | Merge tag 'xfs-5.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-07-032-6/+6
|\ \ \ \
| * | | | xfs: fix use-after-free on CIL context on shutdownDave Chinner2020-06-232-6/+6
| | |/ / | |/| |
* | | | Merge tag 'gfs2-v5.8-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-0310-28/+58
|\ \ \ \
| * | | | gfs2: The freeze glock should never be frozenBob Peterson2020-07-032-8/+11
| * | | | gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson2020-07-032-11/+9
| * | | | gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson2020-07-031-1/+11
| * | | | gfs2: freeze should work on read-only mountsBob Peterson2020-07-031-4/+6
| * | | | gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson2020-07-034-9/+12
| * | | | gfs2: Don't sleep during glock hash walkAndreas Gruenbacher2020-06-301-1/+4
| * | | | gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson2020-06-301-0/+10
| * | | | gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher2020-06-301-1/+2
| | |/ / | |/| |
* | | | Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-07-034-11/+29
|\ \ \ \
| * | | | nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields2020-06-291-0/+1
| * | | | nfsd4: fix nfsdfs reference count loopJ. Bruce Fields2020-06-293-11/+22
| * | | | nfsd: apply umask on fs without ACL supportJ. Bruce Fields2020-06-171-0/+6
| | |/ / | |/| |
* | | | Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-021-8/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring: use signal based task_work runningJens Axboe2020-06-301-8/+24