summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-2810-557/+25
| * | | xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig2019-06-285-19/+16
| * | | xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig2019-06-281-1/+1
| * | | xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-2825-84/+81
| * | | xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig2019-06-283-9/+6
| * | | xfs: properly type the b_log_item field in struct xfs_bufChristoph Hellwig2019-06-281-1/+1
| * | | xfs: remove unused buffer cache APIsChristoph Hellwig2019-06-282-108/+2
| * | | xfs: stop using bp naming for log recovery buffersChristoph Hellwig2019-06-281-99/+102
| * | | xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig2019-06-284-157/+149
| * | | xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig2019-06-281-11/+5
| * | | xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-284-13/+13
| * | | xfs: use bios directly to write log buffersChristoph Hellwig2019-06-282-130/+118
| * | | xfs: make use of the l_targ field in struct xlogChristoph Hellwig2019-06-282-5/+5
| * | | xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig2019-06-281-8/+6
| * | | xfs: update both stat counters together in xlog_syncChristoph Hellwig2019-06-281-1/+1
| * | | xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig2019-06-281-26/+41
| * | | xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig2019-06-281-30/+33
| * | | xfs: factor out log buffer writing from xlog_syncChristoph Hellwig2019-06-281-80/+45
| * | | xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig2019-06-281-1/+1
| * | | xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2019-06-282-10/+14
| * | | xfs: reformat xlog_get_lowest_lsnChristoph Hellwig2019-06-281-14/+10
| * | | xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig2019-06-281-41/+11
| * | | xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2019-06-282-10/+0
| * | | xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig2019-06-282-12/+9
| * | | xfs: renumber XBF_WRITE_FAILChristoph Hellwig2019-06-281-1/+1
| * | | xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig2019-06-281-3/+1
| * | | xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2019-06-282-4/+0
| * | | xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-2831-41/+71
| * | | xfs: remove unused flag argumentsEric Sandeen2019-06-1210-48/+35
| * | | xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig2019-06-123-16/+0
| * | | xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2019-06-122-30/+6
| * | | xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-127-22/+11
| * | | xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen2019-06-121-0/+14
| * | | xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-122-9/+4
| * | | xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-125-15/+28
| * | | xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-124-144/+101
| * | | xfs: separate inode geometryDarrick J. Wong2019-06-1218-161/+208
* | | | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-1214-242/+288
|\ \ \ \
| * | | | vfs: only allow FSSETXATTR to set DAX flag on files and dirsDarrick J. Wong2019-07-011-0/+8
| * | | | vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong2019-07-012-41/+47
| * | | | vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong2019-07-013-42/+13
| * | | | vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong2019-07-014-48/+86
| * | | | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-0113-118/+141
| | |_|/ | |/| |
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-1218-261/+112
|\ \ \ \
| * | | | debugfs: make error message a bit more verboseGreg Kroah-Hartman2019-07-081-1/+6
| * | | | orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman2019-07-043-21/+6
| * | | | ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman2019-07-041-1/+1
| * | | | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-26/+4
| * | | | ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-135/+45
| * | | | orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-31/+4