summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-12-149-134/+44
* ceph: fix message length computationArnd Bergmann2015-12-141-1/+1
* ocfs2: fix umask ignored issueJunxiao Bi2015-12-141-0/+2
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2015-12-141-1/+5
* nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton2015-12-141-25/+31
* nfs4: start callback_ident at idr 1Benjamin Coddington2015-12-141-1/+1
* debugfs: fix refcount imbalance in start_creatingDaniel Borkmann2015-12-141-1/+5
* nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble2015-12-141-10/+84
* nfsd: serialize state seqid morphing operationsJeff Layton2015-12-142-14/+38
* ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-12-142-3/+15
* ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2015-12-141-3/+3
* ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o2015-12-142-4/+22
* ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o2015-12-141-1/+4
* btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba2015-12-141-3/+7
* Btrfs: fix race when listing an inode's xattrsFilipe Manana2015-12-141-1/+3
* Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana2015-12-141-2/+8
* Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana2015-12-141-4/+12
* Btrfs: fix regression when running delayed referencesFilipe Manana2015-12-142-0/+127
* Btrfs: fix truncation of compressed and inlined extentsFilipe Manana2015-12-141-14/+68
* Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-12-141-43/+152
* btrfs: fix resending received snapshot with parentRobin Ruede2015-12-141-2/+8
* fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-12-092-8/+17
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-10-313-3/+8
|\
| * ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov2015-10-121-0/+1
| * ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov2015-10-121-0/+1
| * ovl: fix open in stacked overlayMiklos Szeredi2015-10-121-0/+3
| * ovl: fix dentry reference leakDavid Howells2015-10-121-1/+1
| * ovl: use O_LARGEFILE in ovl_copy_up()David Howells2015-10-121-2/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-10-241-11/+24
|\ \
| * | writeback: bdi_writeback iteration must not skip dying onesTejun Heo2015-10-121-9/+22
| * | writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()Tejun Heo2015-10-121-2/+2
* | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-242-2/+5
|\ \ \
| * | | btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer2015-10-211-1/+4
| * | | btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo2015-10-201-1/+1
* | | | ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2015-10-232-2/+3
* | | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-163-5/+16
|\| | |
| * | | btrfs: fix use after free iterating extrefsChris Mason2015-10-131-5/+3
| * | | btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-132-0/+13
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-165-54/+46
|\ \ \ \
| * | | | mm, dax: fix DAX deadlocksRoss Zwisler2015-10-161-41/+29
| * | | | mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko2015-10-164-13/+17
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-10-151-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ext4: Update EXT4_USE_FOR_EXT2 descriptionJean Delvare2015-09-241-1/+1
* | | | | Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-10-131-8/+0
|\ \ \ \ \
| * | | | | nfsd/blocklayout: accept any minlengthChristoph Hellwig2015-10-091-8/+0
* | | | | | namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust2015-10-101-2/+6
* | | | | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-097-17/+35
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | BTRFS: support NFSv2 exportNeilBrown2015-10-061-5/+5
| * | | | Btrfs: open_ctree: Fix possible memory leakchandan2015-10-061-0/+4
| * | | | Btrfs: fix deadlock when finalizing block group creationFilipe Manana2015-10-053-1/+10