summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: remove some AOP_TRUNCATED_PAGENick Piggin2007-10-161-30/+10Star
* fs: restore nobhNick Piggin2007-10-163-85/+171
* ocfs2: convert to new aopsNick Piggin2007-10-163-266/+22Star
* fs: affs convert to new aopsNick Piggin2007-10-161-42/+59
* fs: adfs convert to new aopsNick Piggin2007-10-161-5/+9
* jfs: convert to new aopsNick Piggin2007-10-161-7/+10
* minixfs: convert to new aopsNick Piggin2007-10-163-22/+53
* sysv: convert to new aopsNick Piggin2007-10-163-24/+52
* udf: convert to new aopsNick Piggin2007-10-162-26/+22Star
* ufs: convert to new aopsNick Piggin2007-10-163-23/+58
* jffs2: convert to new aopsNick Piggin2007-10-161-39/+66
* hostfs: convert to new aopsNick Piggin2007-10-161-41/+27Star
* fuse: convert to new aopsNick Piggin2007-10-161-14/+32
* smbfs: convert to new aopsNick Piggin2007-10-161-8/+24
* nfs: convert to new aopsNick Piggin2007-10-161-20/+60
* With reiserfs no longer using the weird generic_cont_expand, remove it comple...Nick Piggin2007-10-161-20/+0Star
* reiserfs: use generic_cont_expand_simpleVladimir Saveliev2007-10-161-2/+11
* reiserfs: convert to new aopsVladimir Saveliev2007-10-163-19/+183
* reiserfs: use generic writeVladimir Saveliev2007-10-161-1239/+1Star
* qnx4: convert to new aopsNick Piggin2007-10-161-7/+12
* bfs: convert to new aopsNick Piggin2007-10-161-4/+8
* hpfs: convert to new aopsNick Piggin2007-10-161-5/+13
* hfsplus: convert to new aopsNick Piggin2007-10-162-19/+20
* hfs: convert to new aopsNick Piggin2007-10-162-18/+19
* fat: convert to new aopsNick Piggin2007-10-161-11/+16
* fs: new cont helpersNick Piggin2007-10-161-100/+94Star
* gfs2: convert to new aopsSteven Whitehouse2007-10-161-84/+127
* xfs: convert to new aopsNick Piggin2007-10-162-30/+24Star
* ext4: convert to new aopsNick Piggin2007-10-161-54/+120
* ext3: convert to new aopsNick Piggin2007-10-161-48/+115
* ext2: convert to new aopsNick Piggin2007-10-163-29/+53
* block_dev: convert to new aopsNick Piggin2007-10-161-6/+18
* implement simple fs aopsNick Piggin2007-10-165-14/+18
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-164-129/+231
* fs: fix data-loss on errorNick Piggin2007-10-161-0/+2
* mm: buffered write cleanupNick Piggin2007-10-161-8/+2Star
* fs: fix nobh error handlingNick Piggin2007-10-161-56/+82
* mm: add end_buffer_read helper functionDmitry Monakhov2007-10-161-15/+17
* remove ZERO_PAGENick Piggin2007-10-163-4/+4
* readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu2007-10-163-3/+3
* docbook: fix filesystems contentRandy Dunlap2007-10-161-6/+35
* Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-169-131/+109Star
|\
| * nfsd: remove IS_ISMNDLCK macroJ. Bruce Fields2007-10-101-7/+6Star
| * Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov2007-10-102-80/+61Star
| * fs/locks.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-101-10/+7Star
| * NFS: clean up explicit check for mandatory locksPavel Emelyanov2007-10-101-2/+1Star
| * AFS: clean up explicit check for mandatory locksPavel Emelyanov2007-10-101-2/+1Star
| * 9PFS: clean up explicit check for mandatory locksPavel Emelyanov2007-10-101-1/+1
| * GFS2: clean up explicit check for mandatory locksPavel Emelyanov2007-10-101-2/+2
| * Cleanup macros for distinguishing mandatory locksPavel Emelyanov2007-10-104-13/+7Star