summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* udf: Fix free space reporting for metadata and virtual partitionsJan Kara2020-02-281-5/+17
* reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara2020-02-281-1/+1
* ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2020-02-282-12/+5
* jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li2020-02-281-1/+5
* ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITRitesh Harjani2020-02-281-4/+6
* jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)2020-02-281-4/+21
* jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2020-02-282-32/+21
* btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba2020-02-281-0/+2
* btrfs: print message when tree-log replay startsDavid Sterba2020-02-281-0/+1
* Btrfs: fix race between using extent maps and merging themFilipe Manana2020-02-281-0/+11
* ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o2020-02-281-10/+4
* ext4: fix checksum errors with indexed dirsJan Kara2020-02-284-7/+31
* ext4: fix support for inode sizes > 1024 bytesTheodore Ts'o2020-02-281-8/+10
* ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger2020-02-281-5/+7
* ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang2020-02-281-0/+1
* ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang2020-02-281-1/+1
* NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski2020-02-141-0/+5
* NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust2020-02-145-9/+16
* nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven2020-02-141-1/+1
* cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-141-2/+8
* btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik2020-02-141-0/+8
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-02-145-16/+8
* btrfs: remove trivial locking wrappers of tree mod logDavid Sterba2020-02-141-39/+19
* btrfs: free block groups after free'ing fs treesJosef Bacik2020-02-141-2/+9
* btrfs: use bool argument in free_root_pointers()Anand Jain2020-02-141-5/+5
* Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana2020-02-141-288/+100
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2020-02-141-8/+1
* btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2020-02-147-55/+21
* ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers2020-02-141-5/+14
* nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2020-02-142-2/+2
* nfsd: fix delay timer on 32-bit architecturesArnd Bergmann2020-02-141-1/+1
* ext2: Adjust indentation in ext2_fill_superNathan Chancellor2020-02-141-3/+3
* btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik2020-02-141-0/+8
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-141-11/+19
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-141-2/+15
* f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-02-141-12/+4
* f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-02-141-0/+2
* f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2020-02-141-6/+14
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-02-141-0/+2
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-141-1/+3
* ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-02-141-1/+2
* ubifs: Reject unsupported ioctl flags explicitlyHou Tao2020-02-141-0/+8
* btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-051-1/+9
* reiserfs: Fix memory leak of journal device stringJan Kara2020-02-051-0/+2
* ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2020-02-051-61/+66
* vfs: fix do_last() regressionAl Viro2020-02-051-2/+2
* do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro2020-01-291-7/+10
* affs: fix a memory leak in affs_remountNavid Emamdoost2020-01-271-6/+0
* afs: Fix large file supportMarc Dionne2020-01-271-0/+1
* btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval2020-01-271-1/+2