index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-2
/
+6
2019-07-18
Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+6
2019-07-15
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2019-07-15
xfs: sync up xfs_trans_inode with userspace
Eric Sandeen
1
-0
/
+4
2019-07-15
xfs: move xfs_trans_inode.c to libxfs/
Eric Sandeen
2
-2
/
+2
2019-07-12
Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
160
-4703
/
+4397
2019-07-12
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...
Linus Torvalds
1
-85
/
+69
2019-07-10
Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...
Linus Torvalds
1
-14
/
+1
2019-07-10
xfs: chain bios the right way around in xfs_rw_bdev
Christoph Hellwig
1
-1
/
+1
2019-07-09
xfs: bump INUMBERS cursor correctly in xfs_inumbers_walk
Darrick J. Wong
1
-3
/
+2
2019-07-06
xfs: don't update lastino for FSBULKSTAT_SINGLE
Darrick J. Wong
1
-1
/
+0
2019-07-05
xfs: disable map_sync for async flush
Pankaj Gupta
1
-3
/
+6
2019-07-05
xfs: online scrub needn't bother zeroing its temporary buffer
Darrick J. Wong
1
-1
/
+5
2019-07-05
xfs: only allocate memory for scrubbing attributes when we need it
Darrick J. Wong
2
-10
/
+63
2019-07-05
xfs: refactor attr scrub memory allocation function
Darrick J. Wong
2
-9
/
+26
2019-07-05
xfs: refactor extended attribute buffer pointer functions
Darrick J. Wong
2
-9
/
+72
2019-07-05
xfs: attribute scrub should use seen_enough to pass error values
Darrick J. Wong
2
-3
/
+13
2019-07-04
xfs: allow single bulkstat of special inodes
Darrick J. Wong
2
-1
/
+31
2019-07-04
xfs: specify AG in bulk req
Darrick J. Wong
7
-12
/
+69
2019-07-03
xfs: wire up the v5 inumbers ioctl
Darrick J. Wong
4
-0
/
+62
2019-07-03
xfs: wire up new v5 bulkstat ioctls
Darrick J. Wong
4
-1
/
+123
2019-07-03
xfs: introduce v5 inode group structure
Darrick J. Wong
7
-9
/
+42
2019-07-03
xfs: introduce new v5 bulkstat structure
Darrick J. Wong
9
-30
/
+125
2019-07-03
xfs: rename bulkstat functions
Darrick J. Wong
3
-18
/
+19
2019-07-03
xfs: remove various bulk request typedef usage
Darrick J. Wong
4
-20
/
+23
2019-07-03
fs: xfs: xfs_log: Change return type from int to void
Hariprasad Kelam
4
-17
/
+7
2019-07-03
xfs: poll waiting for quotacheck
Darrick J. Wong
5
-2
/
+28
2019-07-03
xfs: multithreaded iwalk implementation
Darrick J. Wong
10
-1
/
+325
2019-07-02
xfs: refactor INUMBERS to use iwalk functions
Darrick J. Wong
5
-150
/
+93
2019-07-02
xfs: refactor iwalk code to handle walking inobt records
Darrick J. Wong
2
-3
/
+121
2019-07-02
xfs: refactor xfs_iwalk_grab_ichunk
Darrick J. Wong
1
-40
/
+39
2019-07-02
xfs: clean up long conditionals in xfs_iwalk_ichunk_ra
Darrick J. Wong
1
-6
/
+6
2019-07-02
xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino
Darrick J. Wong
1
-20
/
+17
2019-07-02
xfs: move bulkstat ichunk helpers to iwalk code
Darrick J. Wong
3
-104
/
+93
2019-07-02
xfs: calculate inode walk prefetch more carefully
Darrick J. Wong
1
-3
/
+45
2019-07-02
xfs: convert bulkstat to new iwalk infrastructure
Darrick J. Wong
5
-406
/
+264
2019-07-02
xfs: bulkstat should copy lastip whenever userspace supplies one
Darrick J. Wong
2
-14
/
+12
2019-07-02
xfs: convert quotacheck to use the new iwalk functions
Darrick J. Wong
1
-43
/
+20
2019-07-02
xfs: create simplified inode walk function
Darrick J. Wong
8
-6
/
+496
2019-07-02
xfs: create iterator error codes
Darrick J. Wong
6
-8
/
+14
2019-07-01
vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
Darrick J. Wong
1
-41
/
+29
2019-07-01
vfs: teach vfs_ioc_fssetxattr_check to check project id info
Darrick J. Wong
1
-15
/
+0
2019-07-01
vfs: create a generic checking function for FS_IOC_FSSETXATTR
Darrick J. Wong
1
-29
/
+40
2019-07-01
block: fix .bi_size overflow
Ming Lei
1
-1
/
+1
2019-06-30
xfs: remove XFS_TRANS_NOFS
Christoph Hellwig
6
-23
/
+41
2019-06-30
xfs: simplify xfs_ioend_can_merge
Christoph Hellwig
1
-12
/
+2
2019-06-30
xfs: allow merging ioends over append boundaries
Christoph Hellwig
1
-7
/
+21
2019-06-30
xfs: fix a comment typo in xfs_submit_ioend
Christoph Hellwig
1
-1
/
+1
2019-06-30
xfs: remove the unused xfs_count_page_state declaration
Christoph Hellwig
1
-1
/
+0
2019-06-28
xfs: fix iclog allocation size
Christoph Hellwig
1
-1
/
+2
[next]