Sign in
android-kvm
/
linux
/
e8b78db77d48fddd13fd249e88ab7bfffa0661fe
/
fs
/
hfsplus
/
inode.c
f93ca1e
hfsplus: return file attributes on statx
by Ernesto A. Fernández
· 6 years ago
dc8844a
hfsplus: update timestamps on truncate()
by Ernesto A. Fernández
· 6 years ago
f168d9f
hfsplus: drop ACL support
by Ernesto A. Fernández
· 6 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
b0cd38c
hfsplus: honor setgid flag on directories
by Ernesto A. Fernandez
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
3b49c9a
fs: convert a pile of fsync routines to errseq_t based reporting
by Jeff Layton
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
97d2116
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
fd50eca
vfs: Remove {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
02027d4
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 9 years ago
93c76a3
file_inode(f)->i_mapping is f->f_mapping
by Al Viro
· 9 years ago
c2e7b20
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
323ee8f
hfsplus: switch to ->iterate_shared()
by Al Viro
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 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
54e514b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
059a704
hfsplus: fix expand when not enough available space
by Sergei Antonov
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
8174202
write_iter variants of {__,}generic_file_aio_write()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
31b1403
switch {__,}blockdev_direct_IO() to iov_iter
by Al Viro
· 11 years ago
a6cbcd4
get rid of pointless iov_length() in ->direct_IO()
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
d7d673a
hfsplus: add HFSX subfolder count support
by Sergei Antonov
· 11 years ago
b168fff7
hfsplus: use xattr handlers for removexattr
by Christoph Hellwig
· 11 years ago
bf3d846
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
b0a7ab5
hfsplus: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
d74a054
hfsplus: remove hfsplus_file_lookup()
by Sougata Santra
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
b4c1107
hfsplus: integrate POSIX ACLs support into driver
by Vyacheslav Dubeyko
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
d6142673
hfs/hfsplus: convert printks to pr_<level>
by Joe Perches
· 12 years ago
324ef39
hfsplus: add support of manipulation by attributes file
by Vyacheslav Dubeyko
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
d506848
hfsplus: drop vmtruncate
by Marco Stornelli
· 12 years ago
16525e3
userns: Convert hfsplus to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 years ago
9e6c582
hfsplus: get rid of write_super
by Artem Bityutskiy
· 13 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 13 years ago
f392238
hfsplus: initialise userflags
by Matthew Garrett
· 13 years ago
c47da79
hfsplus: propagate umode_t
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
aacfc19c
fs: simplify the blockdev_direct_IO prototype
by Christoph Hellwig
· 14 years ago
562c72aa5
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 14 years ago
5bd9d99
hfsplus: add error checking for hfs_find_init()
by Alexey Khoroshilov
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
20b7643
hfsplus: spaces/indentation clean-up
by Anton Salikhmetov
· 14 years ago
2753cc2
hfsplus: over 80 character lines clean-up
by Anton Salikhmetov
· 14 years ago
34a2d31
hfsplus: flush disk caches in sync and fsync
by Christoph Hellwig
· 14 years ago
e349470
hfsplus: optimize fsync
by Christoph Hellwig
· 14 years ago
b33b792
hfsplus: split up inode flags
by Christoph Hellwig
· 14 years ago
eb29d66
hfsplus: write up fsync for directories
by Christoph Hellwig
· 14 years ago
2814697
hfsplus: simplify fsync
by Christoph Hellwig
· 14 years ago
756acc2
list.h: new helper - hlist_add_fake()
by Al Viro
· 14 years ago
90e6169
hfsplus: create correct initial catalog entries for device files
by Christoph Hellwig
· 14 years ago
722c55d
hfsplus: remove superflous rootflags field in hfsplus_inode_info
by Christoph Hellwig
· 14 years ago
f6089ff
hfsplus: fix link corruption
by Christoph Hellwig
· 14 years ago
58a818f
hfsplus: remove the rsrc_inodes list
by Christoph Hellwig
· 14 years ago
6af502d
hfsplus: fix HFSPLUS_I calling convention
by Christoph Hellwig
· 14 years ago
dd73a01
hfsplus: fix HFSPLUS_SB calling convention
by Christoph Hellwig
· 14 years ago
b5fc510
get rid of file_fsync()
by Al Viro
· 15 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 15 years ago
d39aae9
add missing setattr methods
by Christoph Hellwig
· 15 years ago
282dc17
get rid of cont_write_begin_newtrunc
by Christoph Hellwig
· 15 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 15 years ago
7cc4bcc
hfsplus: Push down BKL into ioctl function
by Arnd Bergmann
· 15 years ago
e16404e
constify dentry_operations: misc filesystems
by Al Viro
· 16 years ago
4ac8489
CRED: Wrap task credential accesses in the HFSplus filesystem
by David Howells
· 16 years ago
f696a36
[PATCH] move executable checking into ->permission()
by Miklos Szeredi
· 16 years ago
6e71529
hfsplus: missing O_LARGEFILE check
by Alan Cox
· 16 years ago
516e0cc
[PATCH] f_count may wrap around
by Al Viro
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
895c23f
hfsplus: convert the extents_lock in a mutex
by Matthias Kaehlcke
· 16 years ago
7063224
Fix hfsplus oops on image without extents
by Eric Sesterhenn
· 17 years ago
4b0a8da
fs/hfsplus/: proper externs
by Adrian Bunk
· 17 years ago
7c0efc6
hfsplus: convert to new aops
by Nick Piggin
· 17 years ago
d45bce8
HFS+: add custom dentry hash and comparison operations
by Duane Griffin
· 18 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 18 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 18 years ago
92e1d5b
[PATCH] mark struct inode_operations const 2
by Arjan van de Ven
· 18 years ago
f44ea03
[PATCH] struct path: convert hfsplus
by Josef Sipek
· 18 years ago
543ade1
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
by Badari Pulavarty
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 19 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
1d8fa7a
[PATCH] remove ->get_blocks() support
by Badari Pulavarty
· 19 years ago
9a4cad9
[PATCH] hfs: set correct ctime
by Roman Zippel
· 19 years ago
634725a
[PATCH] hfs: cleanup HFS+ prints
by Roman Zippel
· 19 years ago
Next »