summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: replace BUG_ON with error handling codeAditya Pakki2020-02-281-2/+4
* Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-281-1/+6
* ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2020-02-282-9/+23
* ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-283-9/+9
* ext4: fix mount failure with quota configured as moduleJan Kara2020-02-281-1/+1
* ext4: add cond_resched() to __ext4_find_entry()Shijie Luo2020-02-281-0/+1
* ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai2020-02-282-2/+2
* help_next should increase position indexVasily Averin2020-02-281-0/+1
* reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye2020-02-281-1/+2
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-02-281-3/+5
* cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-02-281-2/+4
* jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)2020-02-281-2/+2
* 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
* btrfs: print message when tree-log replay startsDavid Sterba2020-02-281-0/+1
* 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: 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: 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: 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: use bool argument in free_root_pointers()Anand Jain2020-02-141-5/+5
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2020-02-141-6/+1
* ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers2020-02-141-5/+14
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-141-11/+19
* NFS: Fix bool initialization/comparisonThomas Meyer2020-02-144-8/+8
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-141-2/+17
* NFS: switch back to to ->iterate()Benjamin Coddington2020-02-141-25/+12
* 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
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-141-1/+3
* ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee2020-02-141-2/+2
* 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
* 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
* afs: Fix large file supportMarc Dionne2020-01-291-0/+1