Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
e4dd9de3c66bc7e26c5c7f149a060c5a67cf06a0
/
include
/
linux
/
fs.h
e4dd9de
vfs: Export __generic_file_aio_write() and add some comments
by Jan Kara
· 15 years ago
d3bccb6
vfs: Introduce filemap_fdatawait_range
by Jan Kara
· 15 years ago
a9c86d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 15 years ago
03ba378
writeback: switch to per-bdi threads for flushing data
by Jens Axboe
· 15 years ago
66f3b8e
writeback: move dirty inodes from super_block to backing_dev_info
by Jens Axboe
· 15 years ago
d8a8559
writeback: get rid of generic_sync_sb_inodes() export
by Jens Axboe
· 15 years ago
3827119
Merge branch 'topic/soundcore-preclaim' into for-linus
by Takashi Iwai
· 15 years ago
5909ccaa
Make 'check_acl()' a first-class filesystem op
by Linus Torvalds
· 15 years ago
6777d77
kernel_read: redefine offset type
by Mimi Zohar
· 15 years ago
1905b1b
chrdev: implement __[un]register_chrdev()
by Tejun Heo
· 15 years ago
2e00c97
vfs: add __destroy_inode
by Christoph Hellwig
· 15 years ago
54e3462
vfs: fix inode_init_always calling convention
by Christoph Hellwig
· 15 years ago
dddac6a
PM / Hibernate: Replace bdget call with simple atomic_inc of i_count
by Alan Jenkins
· 15 years ago
f19d4a8
add caching of ACLs in struct inode
by Al Viro
· 15 years ago
3e63cbb
fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls
by Ankit Jain
· 15 years ago
7e0338c
Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd
by Linus Torvalds
· 15 years ago
517d086
Merge branch 'akpm'
by Linus Torvalds
· 15 years ago
2869735
mm: remove __invalidate_mapping_pages variant
by Mike Waychison
· 15 years ago
1ebf26a
readahead: make mmap_miss an unsigned int
by Wu Fengguang
· 15 years ago
7eef409
Merge commit 'v2.6.30' into for-2.6.31
by J. Bruce Fields
· 15 years ago
3446a8a
fs: introduce __getname_gfp()
by Vegard Nossum
· 15 years ago
d5aacad
New helper - simple_fsync()
by Al Viro
· 15 years ago
28ad0c1
fs: Rearrange inode structure elements to avoid waste due to padding
by Theodore Ts'o
· 15 years ago
9fd5746
fs: Remove i_cindex from struct inode
by Theodore Ts'o
· 15 years ago
62c6943
Trim a bit of crap from fs.h
by Al Viro
· 16 years ago
60b0680
vfs: Rename fsync_super() to sync_filesystem() (version 4)
by Jan Kara
· 16 years ago
c15c54f
vfs: Move syncing code from super.c to sync.c (version 4)
by Jan Kara
· 16 years ago
5cee581
vfs: Make sys_sync() use fsync_super() (version 4)
by Jan Kara
· 16 years ago
429479f
vfs: Make __fsync_super() a static function (version 4)
by Jan Kara
· 16 years ago
876a9f7
remove s_async_list
by Christoph Hellwig
· 16 years ago
589ff87
Switch collect_mounts() to struct path
by Al Viro
· 16 years ago
3c5119c
dnotify: reimplement dnotify using fsnotify
by Eric Paris
· 15 years ago
3be25f4
fsnotify: add marks to inodes so groups can interpret how to handle those inodes
by Eric Paris
· 15 years ago
e4b6363
Merge branch 'master' into for-2.6.31
by Jens Axboe
· 15 years ago
6818173
splice: implement default splice_read method
by Miklos Szeredi
· 16 years ago
2a32ceb
Fix races around the access to ->s_options
by Al Viro
· 16 years ago
6e8341a
Switch open_exec() and sys_uselib() to do_open_filp()
by Al Viro
· 16 years ago
74dbbdd
New helper: deactivate_locked_super()
by Al Viro
· 16 years ago
a9e61e2
lockd: call locks_release_private to cleanup per-filesystem state
by Felix Blyakher
· 16 years ago
38e23c9
fs: Mark get_filesystem_list() as __init function.
by Tetsuo Handa
· 16 years ago
2eae7a1
kill vfs_stat_fd / vfs_lstat_fd
by Christoph Hellwig
· 16 years ago
0112fc2
Separate out common fstatat code into vfs_fstatat
by Oleg Drokin
· 16 years ago
61e0d47
splice: add helpers for locking pipe inode
by Miklos Szeredi
· 16 years ago
f8cc774
splice: remove generic_file_splice_write_nolock()
by Miklos Szeredi
· 16 years ago
48e70bc
Document and move the various READ/WRITE types
by Jens Axboe
· 16 years ago
909e6d9
namespaces: move proc_net_get_sb to a generic fs/super.c helper
by Serge E. Hallyn
· 16 years ago
12fe32e
Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
aeb6faf
block: Add flag for telling the IO schedulers NOT to anticipate more IO
by Jens Axboe
· 16 years ago
a1f2425
Add WRITE_SYNC_PLUG and SWRITE_SYNC_PLUG
by Jens Axboe
· 16 years ago
76791ab
kmemtrace, fs: uninline simple_transaction_set()
by Ingo Molnar
· 16 years ago
3d544f4
kmemtrace, fs, security: move alloc_secdata() and free_secdata() to linux/security.h
by Pekka Enberg
· 16 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
c2d7543
filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystems
by Eric Sandeen
· 16 years ago
47e4491
Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225
by Al Viro
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
2d25ee3
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
4a6a449
Fix a lockdep warning in fasync_helper()
by Jonathan Corbet
· 16 years ago
3ae5080
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
585d3bc
fs: move bdev code out of buffer.c
by Nick Piggin
· 16 years ago
af5df56
vfs: Further changes from macro to inline function in fs.h
by Steven Whitehouse
· 16 years ago
c2aca5e
vfs: Update fs.h to use inline functions when no file locking set
by Steven Whitehouse
· 16 years ago
10f303a
do_pipe cleanup: drop its last user in arch/alpha/
by Cheng Renquan
· 16 years ago
8e9d208
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
d0adde5
Add a strictatime mount option
by Matthew Garrett
· 16 years ago
db1dd4d
Use f_lock to protect f_flags
by Jonathan Corbet
· 16 years ago
6849991
Rename struct file->f_ep_lock
by Jonathan Corbet
· 16 years ago
ba95fd4
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
55ec821
vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flags
by Paul Turner
· 16 years ago
93dbb39
block: fix bad definition of BIO_RW_SYNC
by Jens Axboe
· 16 years ago
fcccf50
filesystem freeze: implement generic freeze feature
by Takashi Sato
· 16 years ago
c4be0c1
filesystem freeze: add error handling of write_super_lockfs/unlockfs
by Takashi Sato
· 16 years ago
2150edc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
efaee19
async: make the final inode deletion an asynchronous event
by Arjan van de Ven
· 16 years ago
856bf4d
fs: sys_sync fix
by Nick Piggin
· 16 years ago
c54feba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 16 years ago
520c853
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
4c728ef
add a vfs_fsync helper
by Christoph Hellwig
· 16 years ago
e9079cc
GFS2: Support for FIEMAP ioctl
by Steven Whitehouse
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
87d8fe1
add releasepage hooks to block devices which can be used by file systems
by Theodore Ts'o
· 16 years ago
261bca8
nfsd/create race fixes, infrastructure
by Al Viro
· 16 years ago
6badd79
kill ->dir_notify()
by Al Viro
· 16 years ago
cb23beb
kill vfs_permission
by Christoph Hellwig
· 16 years ago
3fb6419
pass a struct path * to may_open
by Christoph Hellwig
· 16 years ago
dded4f4
include: linux/fs.h: put declarations in __KERNEL__
by Jan Engelhardt
· 16 years ago
0a8c539
[XFS] Fix merge failures
by Lachlan McIlroy
· 16 years ago
cbacc2c
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
27a0464
[XFS] Fix merge conflict in fs/xfs/xfs_rename.c
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
fc9161e
[PATCH 2/2] documnt FMODE_ constants
by Christoph Hellwig
· 16 years ago
fd4ce1a
[PATCH 1/2] kill FMODE_NDELAY_NOW
by Christoph Hellwig
· 16 years ago
d76b0d9
CRED: Use creds in file structs
by David Howells
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
da9592e
CRED: Wrap task credential accesses in the filesystem subsystem
by David Howells
· 16 years ago
dcd7b4e
Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6
by Niv Sardi
· 16 years ago
4e02ed4
fs: remove prepare_write/commit_write
by Nick Piggin
· 16 years ago
8290c35
Inode: Allow external list initialisation
by David Chinner
· 16 years ago
2cb1599
Inode: Allow external initialisers
by David Chinner
· 16 years ago
88ed86f
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
by Linus Torvalds
· 16 years ago
Next »