Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2743103f91e20d4c4d4f1a8d00821289c4c6ff62
/
fs
/
xfs
/
xfs_ioctl.c
5d826c8
new helper: readlink_copy()
by Al Viro
· 11 years ago
7c71ee7
xfs: allow logical-sector sized O_DIRECT
by Eric Sandeen
· 11 years ago
6da5417
xfs: rename xfs_buftarg structure members
by Eric Sandeen
· 11 years ago
f0bc998
xfs: clean up xfs_buftarg
by Eric Sandeen
· 11 years ago
30ba7ad
xfs: no need to lock the inode in xfs_find_handle
by Christoph Hellwig
· 11 years ago
071c529
xfs: underflow bug in xfs_attrlist_by_handle()
by Dan Carpenter
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
70a9883c
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
865e944
xfs: fold xfs_change_file_space into xfs_ioc_space
by Christoph Hellwig
· 11 years ago
5f8aca8
xfs: always hold the iolock when calling xfs_change_file_space
by Christoph Hellwig
· 11 years ago
001a3e7
xfs: remove the unused XFS_ATTR_NONBLOCK flag
by Christoph Hellwig
· 11 years ago
fdd3cce
xfs: factor all the kmalloc-or-vmalloc fallback allocations
by Dave Chinner
· 11 years ago
a30b036
xfs: fix some minor sparse warnings
by Dave Chinner
· 11 years ago
8c567a7
xfs: add capability check to free eofblocks ioctl
by Dwight Engen
· 11 years ago
b9fe505
xfs: create internal eofblocks structure with kuid_t types
by Dwight Engen
· 11 years ago
fd5e2aa
xfs: ioctl check for capabilities in the current user namespace
by Dwight Engen
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
a133d95
xfs: consolidate extent swap code
by Dave Chinner
· 11 years ago
e546cb7
xfs: consolidate xfs_utils.c
by Dave Chinner
· 11 years ago
c24b5df
xfs: kill xfs_vnodeops.[ch]
by Dave Chinner
· 11 years ago
6898811
xfs: create xfs_bmap_util.[ch]
by Dave Chinner
· 11 years ago
6ca1c90
xfs: separate dquot on disk format definitions out of xfs_quota.h
by Dave Chinner
· 11 years ago
92f8ff7
xfs: Add pquota fields where gquota is used.
by Chandra Seetharaman
· 11 years ago
862a629
xfs: use get_unused_fd_flags(0) instead of get_unused_fd()
by Yann Droneaud
· 11 years ago
dd700d9
xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handle
by Eric Sandeen
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
3e3f9f5
xfs: add inode id filtering to eofblocks scan
by Brian Foster
· 12 years ago
8ca149d
xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl
by Brian Foster
· 12 years ago
531c3bd
xfs: silence uninitialised f.file warning.
by Dave Chinner
· 12 years ago
2903ff0
switch simple cases of fget_light to fdget
by Al Viro
· 12 years ago
64e09fa
switch xfs_find_handle() to fget_light()
by Al Viro
· 12 years ago
d9457dc
xfs: Convert to new freezing code
by Jan Kara
· 12 years ago
765927b
switch dentry_open() to struct path, make it grab references itself
by Al Viro
· 12 years ago
ad1e95c
xfs: clean up xfs_bit.h includes
by Dave Chinner
· 13 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
1a1d772
xfs: Fix open flag handling in open_by_handle code
by Dave Chinner
· 13 years ago
ad650f5
xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get
by Dave Chinner
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
ddc3415
xfs: simplify xfs_trans_ijoin* again
by Christoph Hellwig
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
[Renamed from fs/xfs/linux-2.6/xfs_ioctl.c]
0320937
xfs: fix misspelled S_IS...()
by Al Viro
· 13 years ago
abbede1
xfs: get rid of open-coded S_ISREG(), etc.
by Al Viro
· 13 years ago
8287889
xfs: preallocation transactions do not need to be synchronous
by Dave Chinner
· 14 years ago
eeb2036
xfs: zero proper structure size for geometry calls
by Alex Elder
· 14 years ago
5315837
xfs: limit extsize to size of AGs and/or MAXEXTLEN
by Dave Chinner
· 14 years ago
a46db60
xfs: add FITRIM support
by Christoph Hellwig
· 14 years ago
6762b93
xfs: xfs_ioctl: fix information leak to userland
by Kulikov Vasiliy
· 14 years ago
6743099
xfs: Extend project quotas to support 32bit project ids
by Arkadiusz Mi?kiewicz
· 14 years ago
dcd79a1
xfs: don't use vfs writeback for pure metadata modifications
by Dave Chinner
· 14 years ago
4472235
xfs: Introduce XFS_IOC_ZERO_RANGE
by Dave Chinner
· 14 years ago
a122eb2
xfs: prevent reading uninitialized stack memory
by Dan Rosenberg
· 14 years ago
23963e5
xfs: Disallow 32bit project quota id
by Arkadiusz Mi?kiewicz
· 14 years ago
cca28fb
xfs: split xfs_itrace_entry
by Christoph Hellwig
· 14 years ago
898621d
xfs: simplify inode to transaction joining
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
7dce11d
xfs: always use iget in bulkstat
by Christoph Hellwig
· 14 years ago
fda168c
xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.c
by Zhitong Wang
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d5db0f9
xfs: more reserved blocks fixups
by Eric Sandeen
· 15 years ago
a9273ca
xfs: convert attr to use unsigned names
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
35fd035
Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs
by Felix Blyakher
· 15 years ago
ef14f0c
xfs: use generic Posix ACL code
by Christoph Hellwig
· 15 years ago
7d09525
xfs: kill xfs_qmops
by Christoph Hellwig
· 15 years ago
0e639bd
xfs: use memdup_user()
by Li Zefan
· 16 years ago
7bf446f
xfs: include header files for prototypes
by Hannes Eder
· 16 years ago
4346cdd
xfs: cleanup xfs_find_handle
by Christoph Hellwig
· 16 years ago
d296d30
xfs: fix dentry aliasing issues in open_by_handle
by Christoph Hellwig
· 16 years ago
8e96187
filesystem freeze: remove XFS specific ioctl interfaces for freeze feature
by Takashi Sato
· 16 years ago
0a8c539
[XFS] Fix merge failures
by Lachlan McIlroy
· 16 years ago
4d4be48
[XFS] add a FMODE flag to make XFS invisible I/O less hacky
by Christoph Hellwig
· 16 years ago
2875097
[XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler
by sandeen@sandeen.net
· 16 years ago
d5547f9
[XFS] Clean up some existing compat ioctl calls
by sandeen@sandeen.net
· 16 years ago
743bb465
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
by sandeen@sandeen.net
· 16 years ago
51ce16d
[XFS] kill XFS_DINODE_VERSION_ defines
by Christoph Hellwig
· 16 years ago
8a7141a
[XFS] convert xfs_getbmap to take formatter functions
by Eric Sandeen
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
82ab8de
CRED: Wrap task credential accesses in the XFS filesystem
by David Howells
· 16 years ago
91b777125
CRED: Wrap task credential accesses in the XFS filesystem
by David Howells
· 16 years ago
e0b8e8b
[XFS] remove restricted chown parameter from xfs linux
by Tim Shimmin
· 16 years ago
ea5a3dc8
[XFS] kill sys_cred
by Christoph Hellwig
· 16 years ago
4400372
[PATCH] switch all filesystems over to d_obtain_alias
by Christoph Hellwig
· 16 years ago
e4f7529
[XFS] Kill shouty XFS_ITOV() macro
by David Chinner
· 16 years ago
f13fae2
[XFS] Remove vn_revalidate calls in xfs.
by Christoph Hellwig
· 16 years ago
0f285c8
[XFS] Now that xfs_setattr is only used for attributes set from ->setattr
by Christoph Hellwig
· 16 years ago
25fe55e
[XFS] xfs_setattr currently doesn't just handle the attributes set through
by Christoph Hellwig
· 16 years ago
e182f57
[XFS] attrmulti cleanup
by Christoph Hellwig
· 16 years ago
90ad58a
[XFS] Check for invalid flags in xfs_attrlist_by_handle.
by Christoph Hellwig
· 16 years ago
2d8f303
[PATCH] sanitize __user_walk_fd() et.al.
by Al Viro
· 16 years ago
e8b0eba
[XFS] Cleanup xfs_attr a bit with xfs_name and remove cred
by Barry Naujok
· 17 years ago
6a7f422
[XFS] kill di_mode checks after xfs_iget
by Christoph Hellwig
· 17 years ago
42a74f2
[PATCH] r/o bind mounts: elevate write count for ioctls()
by Dave Hansen
· 17 years ago
65e67f5
[XFS] Fix merge failure
by Lachlan McIlroy
· 17 years ago
3b2816b
[XFS] The forward declarations for the xfs_ioctl() helpers and the
by Lachlan McIlroy
· 17 years ago
df26cfe
[XFS] split xfs_ioc_xattr
by Lachlan McIlroy
· 17 years ago
6211870
[XFS] remove shouting-indirection macros from xfs_sb.h
by Eric Sandeen
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
Next »