summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [PATCH] nfsd4: Fix bug in rdattr_error returnFred Isaman2006-01-181-2/+3
| * | | | | | | [PATCH] nfsd4: fix open_downgradeJ. Bruce Fields2006-01-181-11/+11
| * | | | | | | [PATCH] nfsd4: don't create on open that fails due to ERR_GRACEJ. Bruce Fields2006-01-182-6/+8
| * | | | | | | [PATCH] nfsd4: simplify process-open1 logicJ. Bruce Fields2006-01-181-64/+35
| * | | | | | | [PATCH] nfsd4: nfs4state.c miscellaneous goto removalsJ. Bruce Fields2006-01-181-19/+14
| * | | | | | | [PATCH] nfsd4: no replays on unconfirmed ownersJ. Bruce Fields2006-01-181-13/+11
| * | | | | | | [PATCH] nfsd4: handle replays of failed open reclaimsJ. Bruce Fields2006-01-181-0/+2
| * | | | | | | [PATCH] nfsd4: recovery lookup dir checkJ. Bruce Fields2006-01-181-3/+4
| * | | | | | | [PATCH] nfsd4: fix open of recovery directoryJ. Bruce Fields2006-01-181-2/+1
| * | | | | | | [PATCH] nfsd4: operation debuggingJ. Bruce Fields2006-01-181-0/+2
| * | | | | | | [PATCH] nfsd4: fix check_for_locksJ. Bruce Fields2006-01-181-1/+2
| * | | | | | | [PATCH] nfsd4: remove release_state_owner()J. Bruce Fields2006-01-181-22/+9
| * | | | | | | [PATCH] nfsd4: rename lk_stateownerJ. Bruce Fields2006-01-182-11/+10
| * | | | | | | [PATCH] nfsd4: fix nfsd4_lock cleanup on failureJ. Bruce Fields2006-01-181-14/+4
| * | | | | | | [PATCH] nfsd4: misc lock fixesAndy Adamson2006-01-181-9/+5
| * | | | | | | [PATCH] nfsd: remove inline from a couple of large NFS functionsNeilBrown2006-01-181-2/+2
| * | | | | | | [PATCH] nfsd: check error status from nfsd_sync_dirYAMAMOTO Takashi2006-01-181-36/+44
| * | | | | | | [PATCH] hfs: set type/creator for symlinksRoman Zippel2006-01-182-2/+10
| * | | | | | | [PATCH] hfs: set correct create date for linksRoman Zippel2006-01-182-12/+22
| * | | | | | | [PATCH] hfs: set correct ctimeRoman Zippel2006-01-183-6/+15
| * | | | | | | [PATCH] hfs: add HFSX supportDavid Elliott2006-01-188-23/+90
| * | | | | | | [PATCH] hfs: cleanup HFS printsRoman Zippel2006-01-1810-53/+48
| * | | | | | | [PATCH] hfs: cleanup HFS+ printsRoman Zippel2006-01-1811-72/+55
| * | | | | | | [PATCH] add missing syscall declarationsArnd Bergmann2006-01-181-0/+1
| * | | | | | | [PATCH] v9fs: add readpage supportEric Van Hensbergen2006-01-185-0/+116
| * | | | | | | [PATCH] jbd: remove_transaction fixJan Kara2006-01-181-1/+2
| * | | | | | | [PATCH] jbd: log_do_checkpoint fixJan Kara2006-01-181-1/+1
* | | | | | | | [DLM] Update DLM to the latest patch levelDavid Teigland2006-01-2014-151/+147
* | | | | | | | [DLM] Export config_group_find_obj for use by the DLMDavid Teigland2006-01-181-1/+1
* | | | | | | | [GFS2] Rename gfs2_meta_pin to gfs2_pinSteven Whitehouse2006-01-183-10/+10
* | | | | | | | [GFS2] Change memory allocations to GFP_NOFSSteven Whitehouse2006-01-181-3/+3
* | | | | | | | [GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structureSteven Whitehouse2006-01-185-32/+24
* | | | | | | | [GFS2] Make the new argument to gfs2_trans_add_bh() actually do somethingSteven Whitehouse2006-01-183-6/+9
* | | | | | | | [GFS2] Add an additional argument to gfs2_trans_add_bh()Steven Whitehouse2006-01-1817-85/+86
* | | | | | | | [GFS2] Update init_dinode() to reduce stack usageSteven Whitehouse2006-01-182-18/+31
* | | | | | | | [GFS2] Remove unused code from ondisk.c/gfs2_ondisk.hSteven Whitehouse2006-01-181-63/+0
* | | | | | | | [GFS2] Remove unused code from various filesSteven Whitehouse2006-01-188-232/+1
* | | | | | | | [GFS2] Remove remains of the GFS2 identify ioctl()David Teigland2006-01-181-7/+0
* | | | | | | | [GFS2] Only two args for kobject_uevent() in locking/dlm/mount.cDavid Teigland2006-01-181-3/+3
* | | | | | | | [DLM] The core of the DLM for GFS2/CLVMDavid Teigland2006-01-1837-0/+11782
* | | | | | | | Merge branch 'master'David Teigland2006-01-1812-216/+584
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O forDavid Chinner2006-01-181-3/+26
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | [PATCH] fuse: fix bitfield raceMiklos Szeredi2006-01-162-3/+23
| * | | | | | [PATCH] fuse: use asynchronous READ requests for readpagesMiklos Szeredi2006-01-161-17/+27
| * | | | | | [PATCH] fuse: READ request initializationMiklos Szeredi2006-01-163-24/+18
| * | | | | | [PATCH] fuse: move INIT handling to inode.cMiklos Szeredi2006-01-163-50/+45
| * | | | | | [PATCH] fuse: add asynchronous request supportMiklos Szeredi2006-01-163-14/+43
| * | | | | | [PATCH] fuse: add connection abortingMiklos Szeredi2006-01-163-6/+88
| * | | | | | [PATCH] fuse: add number of waiting requests attributeMiklos Szeredi2006-01-163-3/+21
| * | | | | | [PATCH] fuse: make fuse connection a kobjectMiklos Szeredi2006-01-163-43/+164
OpenPOWER on IntegriCloud