summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix comments: s/granuality/granularity/Kalin KOZHUHAROV2006-04-011-1/+1
* [PATCH] sys_sync_file_range()Andrew Morton2006-03-311-0/+7
* [PATCH] Simplify proc/devices and fix early termination regressionJoe Korty2006-03-311-11/+4Star
* [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-0/+4
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-10/+10
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-3/+3
* [PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobjectJun'ichi Nomura2006-03-271-0/+10
* [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-261-10/+7Star
* [PATCH] 2TB files: add blkcnt_tTakashi Sato2006-03-261-1/+1
* [PATCH] 2TB files: st_blocks is invalid when calling stat64Takashi Sato2006-03-261-1/+1
* [PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interfaceAndy Adamson2006-03-261-0/+1
* [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-1/+1
* [PATCH] Make address_space_operations->sync_page return voidNeilBrown2006-03-261-1/+1
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-03-251-5/+2Star
|\
| * Merge branch 'linus'Trond Myklebust2006-03-241-5/+21
| |\
| * | lockd: stop abusing file_lock_listChristoph Hellwig2006-03-201-2/+0Star
| * | lockd: Remove FL_LOCKD flagJ. Bruce Fields2006-03-201-1/+0Star
| * | locks,lockd: fix race in nlmsvc_testlockAndy Adamson2006-03-201-1/+1
| * | locks: remove unused posix_block_lockAndy Adamson2006-03-201-1/+0Star
| * | VFS: New /proc file /proc/self/mountstatsChuck Lever2006-03-201-0/+1
* | | [PATCH] Introduce FMODE_EXEC file flagOleg Drokin2006-03-251-0/+5
* | | [PATCH] fs/inode.c: make iprune_mutex staticAdrian Bunk2006-03-251-1/+0Star
* | | [PATCH] fsync: extract internal codeAndrew Morton2006-03-241-0/+1
* | | [PATCH] set_page_dirty() return value fixesAndrew Morton2006-03-241-1/+1
* | | [PATCH] fadvise(): write commandsAndrew Morton2006-03-241-0/+5
* | | [PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o2006-03-241-1/+3
| |/ |/|
* | [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-0/+4
* | [PATCH] Extract inode_inc_link_count(), inode_dec_link_count()Alexey Dobriyan2006-03-231-0/+12
* | [PATCH] sem2mutex: ipruneIngo Molnar2006-03-231-1/+1
* | [PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven2006-03-231-1/+1
* | [PATCH] sem2mutex: inotifyIngo Molnar2006-03-231-1/+1
* | [PATCH] sem2mutex: blockdev #2Arjan van de Ven2006-03-231-2/+2
|/
* [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations insideKirill Korotaev2006-03-111-0/+2
* [PATCH] fix file countingDipankar Sarma2006-03-081-0/+1
* Mark the pipe file operations staticLinus Torvalds2006-03-081-3/+0Star
* [PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter2006-02-011-0/+8
* [PATCH] vfs: *at functions: coreUlrich Drepper2006-01-191-2/+5
* [PATCH] add /sys/fsMiklos Szeredi2006-01-171-0/+3
* [PATCH] convert /proc/devices to use seq_file interfaceNeil Horman2006-01-151-0/+11
* [PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig2006-01-101-4/+1Star
* [PATCH] remove update_atimeChristoph Hellwig2006-01-101-9/+1Star
* [PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2006-01-101-1/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lockIngo Molnar2006-01-101-3/+3
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-101-3/+4
* [PATCH] fs: remove s_old_blocksize from struct super_blockPekka Enberg2006-01-091-1/+0Star
* [PATCH] shared mounts: cleanupMiklos Szeredi2006-01-091-1/+1
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-091-0/+2
* [PATCH] Fix some problems with truncate and mtime semantics.NeilBrown2006-01-091-1/+2
* [PATCH] rcu file: use atomic primitivesNick Piggin2006-01-091-2/+1Star
* NLM: Further cancel fixesJ. Bruce Fields2006-01-061-1/+1