Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4f1b07581613bf076b0dacdd9a3fb290d3caa227
/
fs
/
xfs
/
xfs_ioctl.c
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
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
71ddabb
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
by Eric Sandeen
· 17 years ago
a8272ce
[XFS] Fix up sparse warnings.
by David Chinner
· 17 years ago
6e7f75e
[XFS] cleanup vnode useage in xfs_ioctl.c
by Christoph Hellwig
· 17 years ago
21a6254
[XFS] simplify vn_revalidate
by Christoph Hellwig
· 17 years ago
cf441ee
[XFS] clean up vnode/inode tracing
by Lachlan McIlroy
· 17 years ago
cd57e59
[XFS] 971064 Various fixups for xfs_bulkstat().
by Lachlan McIlroy
· 17 years ago
c614391
[XFS] cleanup fid types mess
by Christoph Hellwig
· 17 years ago
c83bfab
[XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl
by Christoph Hellwig
· 17 years ago
0ce4cfd
[XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs
by Christoph Hellwig
· 17 years ago
1543d79
[XFS] move v_trace from bhv_vnode to xfs_inode
by Christoph Hellwig
· 17 years ago
2f6f7b3
[XFS] kill v_vfsp member from struct bhv_vnode
by Christoph Hellwig
· 17 years ago
739bfb2
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
by Christoph Hellwig
· 17 years ago
993386c
[XFS] decontaminate vnode operations from behavior details
by Christoph Hellwig
· 17 years ago
804c83c
[XFS] stop using uio in the readlink code
by Christoph Hellwig
· 17 years ago
faa63e9
[XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode
by Michal Marek
· 17 years ago
7bc5306
[XFS] Remove unused header files for MAC and CAP checking functionality.
by Eric Sandeen
· 18 years ago
39058a0
[XFS] Clean up use of VFS attr flags
by Eric Sandeen
· 18 years ago
5180602
[XFS] remove unused filp from ioctl functions
by Lachlan McIlroy
· 18 years ago
e5eb7f2
[XFS] use struct kvec in struct uio
by Lachlan McIlroy
· 18 years ago
e678fb0
[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
2e2e7bb
[XFS] 956664: dm_read_invis() changes i_atime
by Vlad Apostolov
· 18 years ago
87395de
[XFS] move XFS_IOC_GETVERSION to main multiplexer
by Alexey Dobriyan
· 18 years ago
f37ea14
[XFS] pass inode to xfs_ioc_space(), simplify some code. There is trivial
by Alexey Dobriyan
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 18 years ago
8285fb5
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD porters.
by Nathan Scott
· 18 years ago
Next »