summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o2018-12-311-4/+9
* ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2018-12-311-1/+1
* ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2018-12-251-3/+3
* ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2018-12-251-1/+2
* ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o2018-12-191-2/+7
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2018-12-191-0/+11
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2018-12-198-41/+65
* ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o2018-12-191-1/+1
* ext4: compare old and new mode before setting update_mode flagChengguang Xu2018-12-101-1/+2
* ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)2018-12-041-1/+1
* ext4: hard fail dax mount on unsupported devicesEric Sandeen2018-12-041-3/+3
* ext4: remove redundant condition checkChengguang Xu2018-12-041-16/+13
* jbd2: clean up indentation issue, replace spaces with tabColin Ian King2018-12-041-1/+1
* ext4: clean up indentation issues, remove extraneous tabsColin Ian King2018-12-042-7/+7
* ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi2018-12-041-1/+4
* ext4: fix possible use after free in ext4_quota_enablePan Bian2018-12-041-1/+1
* jbd2: avoid long hold times of j_state_lock while committing a transactionJan Kara2018-12-042-5/+41
* ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o2018-11-255-94/+115
* Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-257-37/+66
|\
| * flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-223-12/+32
| * NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-222-20/+21
| * NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-11-202-5/+13
* | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-252-28/+36
|\ \
| * | dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-11-191-0/+1
| * | dax: Fix huge page faultsMatthew Wilcox2018-11-171-8/+4
| * | dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox2018-11-171-9/+8
| * | dax: Reinstate RCU protection of inodeMatthew Wilcox2018-11-161-3/+19
| * | dax: Make sure the unlocking entry isn't lockedMatthew Wilcox2018-11-161-0/+1
| * | dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox2018-11-161-5/+2
| * | nilfs2: Use xa_erase_irqMatthew Wilcox2018-11-051-3/+1
* | | Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-2410-46/+104
|\ \ \
| * | | iomap: readpages doesn't zero page tail beyond EOFDave Chinner2018-11-211-3/+8
| * | | vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPPDave Chinner2018-11-211-8/+7
| * | | iomap: dio data corruption and spurious errors when pipes fillDave Chinner2018-11-211-3/+19
| * | | iomap: sub-block dio needs to zeroout beyond EOFDave Chinner2018-11-211-1/+8
| * | | iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner2018-11-211-5/+6
| * | | xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2018-11-211-1/+4
| * | | xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2018-11-213-5/+17
| * | | xfs: extent shifting doesn't fully invalidate page cacheDave Chinner2018-11-201-7/+1
| * | | xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner2018-11-201-4/+7
| * | | xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner2018-11-201-7/+21
| * | | xfs: uncached buffer tracing needs to print bnoDave Chinner2018-11-201-1/+4
| * | | xfs: make xfs_file_remap_range() staticEric Biggers2018-11-191-1/+1
| * | | xfs: fix shared extent data corruption due to missing cow reservationBrian Foster2018-11-191-0/+1
* | | | Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-11-231-2/+3
|\ \ \ \
| * | | | exec: make de_thread() freezableChanho Min2018-11-191-2/+3
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-191-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | rxrpc: Fix life checkDavid Howells2018-11-151-1/+10
* | | | ocfs2: free up write context when direct IO failedWengang Wang2018-11-182-2/+19
* | | | mm: don't reclaim inodes with many attached pagesRoman Gushchin2018-11-181-2/+5