summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-4/+10
2010-10-22Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2010-10-16Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker1-0/+4
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar1-0/+4
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-4/+10
2010-09-22fs: {lock,unlock}_flocks() stubs to prepare for BKL removalSage Weil1-0/+4
2010-09-16libfs: use generic_file_llseek for simple_attrArnd Bergmann1-0/+1
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti1-0/+2
2010-08-20kernel: __rcu annotationsArnd Bergmann1-1/+1
2010-08-18fs: scale files_lockNick Piggin1-0/+7
2010-08-18tty: fix fu_list abuseNick Piggin1-2/+0
2010-08-18fs: cleanup files_lock lockingNick Piggin1-5/+2
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-9/+0
2010-08-14Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds1-3/+2
2010-08-14Mark arguments to certain syscalls as being constDavid Howells1-3/+3
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann1-3/+2
2010-08-12block: add secure discardAdrian Hunter1-0/+2
2010-08-11include/linux/fs.h: complete hexification of FMODE_* constantsAndrew Morton1-1/+1
2010-08-11Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-22/+23
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-10/+6
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-49/+17
2010-08-10mm: implement writeback livelock avoidance using page taggingJan Kara1-0/+1
2010-08-10Fix sget() race with failing mountAl Viro1-0/+1
2010-08-10pass a struct path to vfs_statfsChristoph Hellwig1-1/+2
2010-08-10convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+1
2010-08-10Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-3/+3
2010-08-10fs/inode.c:clear_inode() is goneAl Viro1-1/+0
2010-08-10->delete_inode() is goneAl Viro1-1/+0
2010-08-10new helper: end_writeback()Al Viro1-0/+1
2010-08-10generic_detach_inode() can be static nowAl Viro1-1/+0
2010-08-10New method - evict_inode()Al Viro1-0/+1
2010-08-10simplify checks for I_CLEAR/I_FREEINGAl Viro1-2/+2
2010-08-10check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-1/+0
2010-08-10remove inode_setattrChristoph Hellwig1-1/+0
2010-08-10rename generic_setattrChristoph Hellwig1-1/+1
2010-08-10sort out blockdev_direct_IO variantsChristoph Hellwig1-36/+6
2010-08-07bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of...Tejun Heo1-8/+7
2010-08-07bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_...Tejun Heo1-3/+3
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-18/+20
2010-08-07block: BARRIER request should imply SYNCChristoph Hellwig1-2/+2
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+1
2010-08-02vfs: re-introduce MAY_CHDIREric Paris1-0/+1
2010-07-28dnotify: move dir_notify_enable declarationAlexey Dobriyan1-3/+0
2010-07-28fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflictSigned-off-by: Wu Fengguang1-1/+1
2010-07-28vfs: introduce FMODE_NONOTIFYEric Paris1-1/+5
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-1/+1
2010-07-28inotify: remove inotify in kernel interfaceEric Paris1-5/+0
2010-07-27direct-io: move aio_complete into ->end_ioChristoph Hellwig1-1/+2
2010-07-07VFS: introduce s_dirty accessorsArtem Bityutskiy1-0/+13