Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e7ee96dfb8c2687a29d2c5c3b06c967fa54b839c
/
fs
/
xfs
/
xfs_ioctl.c
e7ee96d
xfs: remove all *_ITER_ABORT values
by Darrick J. Wong
· 5 years ago
707e0dd
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
by Tetsuo Handa
· 5 years ago
4ce9d18
Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
211bbf3
xfs: don't update lastino for FSBULKSTAT_SINGLE
by Darrick J. Wong
· 6 years ago
bf3cb39
xfs: allow single bulkstat of special inodes
by Darrick J. Wong
· 6 years ago
13d59a2
xfs: specify AG in bulk req
by Darrick J. Wong
· 6 years ago
fba9760
xfs: wire up the v5 inumbers ioctl
by Darrick J. Wong
· 6 years ago
0448b6f
xfs: wire up new v5 bulkstat ioctls
by Darrick J. Wong
· 6 years ago
5f19c7f
xfs: introduce v5 inode group structure
by Darrick J. Wong
· 6 years ago
7035f97
xfs: introduce new v5 bulkstat structure
by Darrick J. Wong
· 6 years ago
8bfe9d1
xfs: rename bulkstat functions
by Darrick J. Wong
· 6 years ago
6f71fb6
xfs: remove various bulk request typedef usage
by Darrick J. Wong
· 6 years ago
677717f
xfs: refactor INUMBERS to use iwalk functions
by Darrick J. Wong
· 6 years ago
2810bd6
xfs: convert bulkstat to new iwalk infrastructure
by Darrick J. Wong
· 6 years ago
f16fe3e
xfs: bulkstat should copy lastip whenever userspace supplies one
by Darrick J. Wong
· 6 years ago
ca29be7
vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
by Darrick J. Wong
· 6 years ago
f991492
vfs: teach vfs_ioc_fssetxattr_check to check project id info
by Darrick J. Wong
· 6 years ago
7b0e492
vfs: create a generic checking function for FS_IOC_FSSETXATTR
by Darrick J. Wong
· 6 years ago
250d4b4
xfs: remove unused header files
by Eric Sandeen
· 6 years ago
9108326
xfs: change some error-less functions to void types
by Eric Sandeen
· 6 years ago
3de5eab
xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
by Darrick J. Wong
· 6 years ago
c23232d
xfs: report fs and rt health via geometry structure
by Darrick J. Wong
· 6 years ago
7cd5006
xfs: add a new ioctl to describe allocation group geometry
by Darrick J. Wong
· 6 years ago
1b6d968
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
by Dave Chinner
· 6 years ago
132bf67
xfs: Fix error code in 'xfs_ioc_getbmap()'
by Christophe JAILLET
· 6 years ago
daa79ba
xfs: remove suport for filesystems without unwritten extent flag
by Christoph Hellwig
· 6 years ago
a205f0c
Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
7d3bf61
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
4bb8b65
xfs: fix string handling in label get/set functions
by Arnd Bergmann
· 7 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
aaacdd2
xfs: don't forbid setting dax flag on directories if device doesn't dax
by Darrick J. Wong
· 7 years ago
80660f2
dax: change bdev_dax_supported() to support boolean returns
by Dave Jiang
· 7 years ago
ba23cba
fs: allow per-device dax status checking for filesystems
by Darrick J. Wong
· 7 years ago
69eb5fa
xfs: prepare xfs_break_layouts() for another layout type
by Dan Williams
· 7 years ago
c63a8ea
xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL
by Dan Williams
· 7 years ago
f7664b3
xfs: implement online get/set fs label
by Eric Sandeen
· 7 years ago
ac503a4
xfs: refactor the geometry structure filling function
by Darrick J. Wong
· 7 years ago
c368ebc
xfs: hoist xfs_fs_geometry to libxfs
by Darrick J. Wong
· 7 years ago
65a7935
xfs: remove u_int* type usage
by Darrick J. Wong
· 7 years ago
80e4e12
xfs: scrub inodes
by Darrick J. Wong
· 7 years ago
36fd6e8
xfs: create an ioctl to scrub AG metadata
by Darrick J. Wong
· 7 years ago
232b5194
xfs: simplify the xfs_getbmap interface
by Christoph Hellwig
· 7 years ago
6851a3d
xfs: validate bdev support for DAX inode flag
by Ross Zwisler
· 7 years ago
dd60687
xfs: don't set v3 xflags for v2 inodes
by Christoph Hellwig
· 7 years ago
742d842
xfs: disable per-inode DAX flag
by Christoph Hellwig
· 7 years ago
31965ef
xfs: make errortag a per-mountpoint structure
by Darrick J. Wong
· 8 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 8 years ago
3398a40
xfs: remove XFS_HSIZE
by Christoph Hellwig
· 8 years ago
12e4a38
xfs: fix getfsmap userspace memory corruption while setting OF_LAST
by Darrick J. Wong
· 8 years ago
9d17e14
xfs: fix __user annotations for xfs_ioc_getfsmap
by Christoph Hellwig
· 8 years ago
ef2b67e
xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmap
by Christoph Hellwig
· 8 years ago
e89c041
xfs: implement the GETFSMAP ioctl
by Darrick J. Wong
· 8 years ago
be6324c
xfs: fix over-copying of getbmap parameters from userspace
by Darrick J. Wong
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
1dbba08
xfs: remove unused full argument from bmap
by Eric Sandeen
· 8 years ago
231753e
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
fd4a0edf
vfs: replace calling i_op->readlink with vfs_readlink()
by Miklos Szeredi
· 8 years ago
6552321
xfs: remove i_iolock and use i_rwsem in the VFS inode instead
by Christoph Hellwig
· 8 years ago
5d82930
xfs: provide helper for counting extents from if_bytes
by Eric Sandeen
· 8 years ago
35a891b
Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 8 years ago
1987fd7
xfs: clear reflink flag if setting realtime flag
by Darrick J. Wong
· 8 years ago
4f435eb
xfs: don't mix reflink and DAX mode for now
by Darrick J. Wong
· 8 years ago
c8e156a
xfs: check for invalid inode reflink flags
by Darrick J. Wong
· 8 years ago
f7ca352
xfs: create a separate cow extent size hint for the allocator
by Darrick J. Wong
· 8 years ago
69bca80
xfs: Propagate dentry down to inode_change_ok()
by Jan Kara
· 9 years ago
337684a
fs: return EPERM on immutable inode
by Eryu Guan
· 8 years ago
0facef7
xfs: in _attrlist_by_handle, copy the cursor back to userspace
by Darrick J. Wong
· 8 years ago
b47ec80
Merge branch 'xfs-4.8-split-dax-dio' into for-next
by Dave Chinner
· 8 years ago
8f3e205
xfs: don't pass ioflags around in the ioctl path
by Christoph Hellwig
· 8 years ago
7f1b624
xfs: fix type confusion in xfs_ioc_swapext
by Jann Horn
· 8 years ago
5b911354
Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next
by Dave Chinner
· 9 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
bfe8804
xfs: use ->readlink to implement the readlink_by_handle ioctl
by Christoph Hellwig
· 9 years ago
85a9f38
Merge branch 'xfs-dax-fixes-4.6' into for-next
by Dave Chinner
· 9 years ago
6448543
xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZE
by Dave Chinner
· 9 years ago
3a6a854
xfs: dynamically switch modes when XFS_DIFLAG2_DAX is set/cleared
by Dave Chinner
· 9 years ago
e889752
xfs: XFS_DIFLAG_DAX is only for regular files or directories
by Dave Chinner
· 9 years ago
c19b3b05
xfs: mode di_mode to vfs inode
by Dave Chinner
· 9 years ago
9e9a267
xfs: move inode generation count to VFS inode
by Dave Chinner
· 9 years ago
58f88ca
xfs: introduce per-inode DAX enablement
by Dave Chinner
· 9 years ago
e7b8948
xfs: use FS_XFLAG definitions directly
by Dave Chinner
· 9 years ago
2da5c4b
Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next
by Dave Chinner
· 9 years ago
47e1bf6
xfs: invalidate cached acl if set via ioctl
by Andreas Gruenbacher
· 9 years ago
09cb22d
xfs: Plug memory leak in xfs_attrmulti_attr_set
by Andreas Gruenbacher
· 9 years ago
1e2103c
Merge branch 'xfs-misc-fixes-for-4.4-1' into for-next
by Dave Chinner
· 9 years ago
ff6d6af
xfs: per-filesystem stats counter implementation
by Bill O'Donnell
· 9 years ago
51fcbfe
xfs: avoid dependency on Linux XATTR_SIZE_MAX
by Jan Tulak
· 9 years ago
4e24761
xfs: prefix XATTR_LIST_MAX with XFS_
by Jan Tulak
· 9 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 10 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
6a63ef0
Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next
by Dave Chinner
· 10 years ago
21c3ea1
xfs: unlock i_mutex in xfs_break_layouts
by Christoph Hellwig
· 10 years ago
e8e9ad4
xfs: take i_mmap_lock on extent manipulation operations
by Dave Chinner
· 10 years ago
be5e661
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
781355c
xfs: recall pNFS layouts on conflicting access
by Christoph Hellwig
· 10 years ago
bad9626
Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next
by Dave Chinner
· 10 years ago
f92090e
xfs: xfs_ioctl_setattr_check_projid can be static
by kbuild test robot
· 10 years ago
Next »