summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix failure path in alloc_pid()Matthew Wilcox2018-12-281-2/+4
* Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-12-289-158/+253
|\
| * locks: Use inode_is_open_for_writeNikolay Borisov2018-12-171-1/+1
| * fs/locks: remove unnecessary white space.NeilBrown2018-12-071-21/+12Star
| * fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-12-075-31/+21Star
| * fs/locks: create a tree of dependent requests.NeilBrown2018-12-071-6/+63
| * fs/locks: change all *_conflict() functions to return bool.NeilBrown2018-12-071-12/+15
| * fs/locks: always delete_block after waiting.NeilBrown2018-12-071-16/+24
| * fs/locks: allow a lock request to block other requests.NeilBrown2018-11-301-6/+37
| * fs/locks: use properly initialized file_lock when unlocking.NeilBrown2018-11-301-14/+14
| * ocfs2: properly initial file_lock used for unlock.NeilBrown2018-11-301-5/+5
| * gfs2: properly initial file_lock used for unlock.NeilBrown2018-11-301-5/+5
| * NFS: use locks_copy_lock() to copy locks.NeilBrown2018-11-301-2/+4
| * fs/locks: split out __locks_wake_up_blocks().NeilBrown2018-11-301-11/+16
| * fs/locks: rename some lists and pointers.NeilBrown2018-11-304-39/+47
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-12-2815-177/+296
|\ \
| * | 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-192-0/+31
| * | 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
| * | jbd2: update locking documentation for transaction_tAlexander Lochmann2018-12-041-3/+3
| * | ext4: remove redundant condition checkChengguang Xu2018-12-041-16/+13Star
| * | 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-043-5/+42
| * | ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o2018-11-255-94/+115
* | | Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-12-281-2/+15
|\ \ \
| * | | iomap: don't search past page end in iomap_is_partially_uptodateEric Sandeen2018-12-211-2/+15
* | | | Merge tag 'xfs-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-12-2851-714/+932
|\ \ \ \
| * | | | xfs: reallocate realtime summary cache on growfsOmar Sandoval2018-12-221-8/+36
| * | | | xfs: stringify scrub types in ftrace outputDarrick J. Wong2018-12-192-28/+79
| * | | | xfs: stringify btree cursor types in ftrace outputDarrick J. Wong2018-12-193-14/+49
| * | | | xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-192-5/+15
| * | | | xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-192-4/+5
| * | | | xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong2018-12-193-0/+26
| * | | | xfs: fix function pointer type in ftrace formatDarrick J. Wong2018-12-191-1/+1
| * | | | xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler2018-12-181-3/+15
| * | | | xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler2018-12-181-4/+30
| * | | | xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler2018-12-181-0/+6
| * | | | xfs: require both realtime inodes to mountDarrick J. Wong2018-12-131-3/+1Star
| * | | | xfs: cache minimum realtime summary levelOmar Sandoval2018-12-123-4/+34
| * | | | xfs: count inode blocks correctly in inobt scrubDarrick J. Wong2018-12-121-7/+15
| * | | | xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-125-8/+11
| * | | | xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-127-43/+34Star
| * | | | xfs: add a block to inode count converterDarrick J. Wong2018-12-128-17/+18