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-08-28
xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
Darrick J. Wong
1
-2
/
+14
2019-08-28
xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
Darrick J. Wong
1
-1
/
+4
2019-08-28
xfs: fix maxicount division by zero error
Darrick J. Wong
1
-2
/
+7
2019-08-26
xfs: bmap scrub should only scrub records once
Darrick J. Wong
1
-31
/
+46
2019-08-26
xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...
zhengbin
1
-2
/
+0
2019-08-26
xfs: add kmem_alloc_io()
Dave Chinner
6
-22
/
+60
2019-08-26
xfs: get allocation alignment from the buftarg
Dave Chinner
1
-0
/
+6
2019-08-26
xfs: add kmem allocation trace points
Dave Chinner
4
-9
/
+50
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
46
-109
/
+102
2019-08-22
xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT
Darrick J. Wong
1
-0
/
+1
2019-08-19
fs/xfs: Fix return code of xfs_break_leased_layouts()
Ira Weiny
1
-1
/
+1
2019-08-18
xfs: fix reflink source file racing with directio writes
Darrick J. Wong
1
-26
/
+37
2019-08-16
xfs: compat_ioctl: use compat_ptr()
Christoph Hellwig
1
-2
/
+2
2019-08-16
xfs: fall back to native ioctls for unhandled compat ones
Christoph Hellwig
1
-52
/
+2
2019-08-12
xfs: don't crash on null attr fork xfs_bmapi_read
Darrick J. Wong
1
-8
/
+21
2019-08-12
xfs: remove more ondisk directory corruption asserts
Darrick J. Wong
2
-8
/
+14
2019-08-03
fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().
Tetsuo Handa
1
-4
/
+1
2019-07-30
xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...
Jia-Ju Bai
1
-1
/
+5
2019-07-28
xfs: fix stack contents leakage in the v1 inumber ioctls
Darrick J. Wong
1
-0
/
+3
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
[prev]
[next]