Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
80145a579f167f090af3b2716f14a6b0a82b4e76
/
include
/
linux
/
fs.h
2f9d3df
vfs: move inode stat information closer together
by Linus Torvalds
· 12 years ago
1193755
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
c3b2da3
fs: introduce inode operation ->update_time
by Josef Bacik
· 13 years ago
08615d7
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
ac34ebb
aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()
by Christopher Yeoh
· 12 years ago
1d59d61
NFS: Ensure that setattr and getattr wait for O_DIRECT write completion
by Trond Myklebust
· 12 years ago
17cf28a
mm/fs: remove truncate_range
by Hugh Dickins
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
080399a
block: don't mark buffers beyond end of disk as mapped
by Jeff Moyer
· 12 years ago
169ebd9
writeback: Avoid iput() from flusher thread
by Jan Kara
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
9236163
userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types
by Eric W. Biederman
· 13 years ago
1a48e2a
userns: Replace the hard to write inode_userns with inode_capable.
by Eric W. Biederman
· 13 years ago
5d32c88
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
20955e8
libfs: add simple_open()
by Stephen Boyd
· 13 years ago
66189be
CIFS: Fix VFS lock usage for oplocked files
by Pavel Shilovsky
· 13 years ago
71db34f
Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
69e1aad
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
ed2d265
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
9d547c3
vfs: remove unused superblock helpers
by Artem Bityutskiy
· 13 years ago
68ac123
switch touch_atime to struct path
by Al Viro
· 13 years ago
9bcb4b7
vfs: turn generic_drop_inode() into static inline
by Al Viro
· 13 years ago
8de5277
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
by Al Viro
· 13 years ago
6a8a13e
fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithash
by Bernd Schubert
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
6b6dc83
vfs: Provide function to get superblock and wait for it to thaw
by Jan Kara
· 13 years ago
c1aab02
migrate_mode.h is not exported to user mode
by Stephen Rothwell
· 13 years ago
6536e31
mm: fix warnings regarding enum migrate_mode
by Andrew Morton
· 13 years ago
b3c9dd1
Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
87192a2
vfs: cache request_queue in struct block_device
by Andi Kleen
· 13 years ago
a6bc32b
mm: compaction: introduce sync-light migration for use by compaction
by Mel Gorman
· 13 years ago
b969c4a
mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage
by Mel Gorman
· 13 years ago
28d82dc
epoll: limit paths
by Jason Baron
· 13 years ago
ef00f59
block: Add BLKROTATIONAL ioctl
by Martin K. Petersen
· 13 years ago
8e8b879
vfs: prevent remount read-only if pending removes
by Miklos Szeredi
· 13 years ago
7ada4db
vfs: count unlinked inodes
by Miklos Szeredi
· 13 years ago
4ed5e82
vfs: protect remounting superblock read-only
by Miklos Szeredi
· 13 years ago
39f7c4d
vfs: keep list of mounts for each superblock
by Miklos Szeredi
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
a6322de
vfs: switch ->show_path() to struct dentry *
by Al Viro
· 13 years ago
d861c63
vfs: switch ->show_devname() to struct dentry *
by Al Viro
· 13 years ago
6413237
vfs: switch ->show_stats to struct dentry *
by Al Viro
· 13 years ago
ece2ccb
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
by Al Viro
· 13 years ago
a218d0f
switch open and mkdir syscalls to umode_t
by Al Viro
· 13 years ago
8d334ac
switch is_sxid() to umode_t
by Al Viro
· 13 years ago
62bb109
switch inode_init_owner() to umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
ff01bb48
fs: move code out of buffer.c
by Al Viro
· 13 years ago
cf31e70
vfs: new helper - vfs_ustat()
by Al Viro
· 13 years ago
a516616
vfs: convert fs_supers to hlist
by Al Viro
· 13 years ago
83aeead
vmscan: use atomic-long for shrinker batching
by Konstantin Khlebnikov
· 13 years ago
02125a8
fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API
by Al Viro
· 13 years ago
ea441d1
new helper: mount_subtree()
by Al Viro
· 13 years ago
d211858
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
f1f8935
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
a78ef70
vfs: protect i_nlink
by Miklos Szeredi
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
fcf6340
Cross Memory Attach
by Christopher Yeoh
· 13 years ago
6cdbb0e
fs: optimize out 16 bytes worth of padding in struct inode
by Theodore Ts'o
· 13 years ago
f362f98
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
5760495
vfs: add generic_file_llseek_size
by Andi Kleen
· 13 years ago
ef3d0fd
vfs: do (nearly) lockless generic_file_llseek
by Andi Kleen
· 13 years ago
8522ca5
vfs: add hex format for MAY_* flag values
by Aneesh Kumar K.V
· 13 years ago
1442d16
Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
fed678d
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
e096d0c
lockdep: Add helper function for dir vs file i_mutex annotation
by Josh Boyer
· 13 years ago
5dc06c5
block: remove READ_META and WRITE_META
by Christoph Hellwig
· 13 years ago
778fc54
locks: fix tracking of inprogress lease breaks
by J. Bruce Fields
· 13 years ago
710b721
locks: move F_INPROGRESS from fl_type to fl_flags field
by J. Bruce Fields
· 13 years ago
3ddcd05
vfs: optimize inode cache access patterns
by Linus Torvalds
· 13 years ago
f2ee7ab
vfs: avoid taking inode_hash_lock on pipes and sockets
by Eric Dumazet
· 13 years ago
e371d46
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
a209dfc
vfs: dont chain pipe/anon/socket on superblock s_inodes list
by Eric Dumazet
· 13 years ago
2dad320
Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
0003230
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
096a705
Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
423e0ab
VFS : mount lock scalability for internal mounts
by Tim Chen
· 13 years ago
ed70afc
mm/truncate.c: fix build for CONFIG_BLOCK not enabled
by Randy Dunlap
· 13 years ago
295cc52
fs:update the NOTE of the file_operations structure
by Wanlong Gao
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
982d816
fs: add SEEK_HOLE and SEEK_DATA flags
by Josef Bacik
· 13 years ago
aacfc19c
fs: simplify the blockdev_direct_IO prototype
by Christoph Hellwig
· 13 years ago
bd5fe6c
fs: kill i_alloc_sem
by Christoph Hellwig
· 13 years ago
0e1fdaf
superblock: add filesystem shrinker operations
by Dave Chinner
· 13 years ago
b0d40c9
superblock: introduce per-sb cache shrinker infrastructure
by Dave Chinner
· 13 years ago
8fb47a4
locks: rename lock-manager ops
by J. Bruce Fields
· 13 years ago
09cc9fc
inode: move to per-sb LRU locks
by Dave Chinner
· 13 years ago
98b745c
inode: Make unused inode LRU per superblock
by Dave Chinner
· 13 years ago
0ee5dc6
btrfs: kill magical embedded struct superblock
by Al Viro
· 13 years ago
729cdb3
kill IPERM_FLAG_RCU
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
7e40145
->permission() sanitizing: don't pass flags to ->check_acl()
by Al Viro
· 13 years ago
1fc0f78
->permission() sanitizing: MAY_NOT_BLOCK
by Al Viro
· 13 years ago
Next »