aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-01-07[PATCH] binfmt_script.c: make em86_format staticChris Wright1-1/+1
2005-01-07[PATCH] befs: #if 0 two unused global functionsAdrian Bunk1-0/+2
2005-01-07[PATCH] AFS: afs_voltypes isn't always requiredAdrian Bunk2-3/+3
2005-01-07[PATCH] mark QNX4FS_RW as BROKENAdrian Bunk1-1/+1
2005-01-07[PATCH] small proc_fs cleanupsAdrian Bunk2-19/+2
2005-01-07[PATCH] devpts/inode.c: make one struct staticAdrian Bunk1-1/+1
2005-01-07[PATCH] bio.c: make bio_destructor staticAdrian Bunk1-1/+1
2005-01-07[PATCH] binfmt_script.c: make struct script_format staticAdrian Bunk1-1/+1
2005-01-07[PATCH] NFS: remove an unused functionAdrian Bunk1-16/+0
2005-01-07[PATCH] lockd: fix two struct definitionsAdrian Bunk2-10/+10
2005-01-07[PATCH] fs/coda/psdev.c shouldn't include lp.hAdrian Bunk1-1/+0
2005-01-07[PATCH] reiser3 cleanupsAdrian Bunk14-228/+56
2005-01-07[PATCH] ext3: use generic_open_file to fix possible preemption bugsPaolo \'Blaisorblade\' Giarrusso1-15/+1
2005-01-07[PATCH] Lock initializer unifying: FilesystemsThomas Gleixner6-7/+7
2005-01-07[PATCH] vmtrunc: truncate_count not atomicHugh Dickins1-1/+0
2005-01-07[PATCH] sched: fix scheduling latencies for !PREEMPT kernelsIngo Molnar3-0/+3
2005-01-07[PATCH] sched: vfs: fix scheduling latencies in prune_dcache() and select_par...Ingo Molnar1-1/+20
2005-01-07[PATCH] break latency in invalidate_list()Ingo Molnar1-0/+8
2005-01-07[PATCH] sched: ext3: fix scheduling latencies in ext3Ingo Molnar7-8/+38
2005-01-07[PATCH] don't hide thread_group_leader() from grepOleg Nesterov2-4/+4
2005-01-07[PATCH] nfsd4_setclientid_confirm locking fixNeil Brown1-2/+1
2005-01-07[PATCH] ext3 htree telldir() fixTheodore Y. Ts'o1-2/+6
2005-01-07[PATCH] readdir: return value missed in getdents64Prasanna Meda1-1/+2
2005-01-07[PATCH] prohibit slash in proc directory entry namesNathan Lynch1-0/+5
2005-01-07Merge small pipe writes into the write buffersLinus Torvalds1-0/+22
2005-01-07[PATCH] fix double iget in romfs_fill_superChristoph Hellwig1-2/+1
2005-01-06Fix do_brk() locking in library loaderLinus Torvalds2-1/+6
2005-01-06Make pipe data structure be a circular list of pages, rather thanLinus Torvalds1-43/+87
2005-01-05Use 'free_pipe_info()' helper function for pipe closedown.Linus Torvalds2-13/+12
2005-01-05Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse26-192/+401
2005-01-04Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse26-192/+401
2005-01-04[PATCH] invalidate_inodes speedupWilliam Lee Irwin III3-29/+21
2005-01-04[PATCH] knfsd: clear the recall_lru of delegations at shutdownNeil Brown1-0/+10
2005-01-04[PATCH] knfsd: add to the laundromat service for delegations.Neil Brown1-4/+23
2005-01-04[PATCH] knfsd: add the DELEGRETURN operation.Neil Brown3-0/+36
2005-01-04[PATCH] knfsd: add checking of delegation stateids to nfs4_preprocess_stateid...Neil Brown1-24/+38
2005-01-04[PATCH] knfsd: check for openmode violations given a delegation stateid.Neil Brown1-0/+14
2005-01-04[PATCH] knfsd: remove unnecessary stateowner existence check.Neil Brown1-17/+19
2005-01-04[PATCH] knfsd: attempt to hand out a delegationNeil Brown1-0/+59
2005-01-04[PATCH] knfsd: helper functions for deciding to grant a delegation.Neil Brown1-0/+37
2005-01-04[PATCH] knfsd: kernel thread for delegation callbackNeil Brown1-0/+96
2005-01-04[PATCH] knfsd: delegation recall callback rpc.Neil Brown1-1/+315
2005-01-04[PATCH] knfsd: delay nfsd_colse for delegations until reapingNeil Brown1-3/+18
2005-01-04[PATCH] knfsd: changes to expire_clientNeil Brown1-1/+22
2005-01-04[PATCH] knfsd: add the delegation release and free functionsNeil Brown1-0/+63
2005-01-04[PATCH] knfsd: find a delegation for a file given a stateid.Neil Brown1-0/+27
2005-01-04[PATCH] knfsd: allocate and initialize the delegation structure.Neil Brown1-2/+56
2005-01-04[PATCH] knfsd: get rid of the special delegation_stateid_t, use the existing ...Neil Brown1-6/+6
2005-01-04[PATCH] knfsd: check for existence of file_lock parameter inside of the kerne...Neil Brown1-5/+3
2005-01-04[PATCH] knfsd: probe the callback path upon a successful setclientid_confirmNeil Brown1-1/+5
2005-01-04[PATCH] knfsd: preparation for delegation: client callback probeNeil Brown2-1/+270
2005-01-04[PATCH] knfsd: count the nfs4_client structure usageNeil Brown1-2/+12
2005-01-04[PATCH] knfsd: check the callback netid in gen_callback.Neil Brown1-7/+14
2005-01-04[PATCH] knfsd: move nfserr_openmode checking from nfsd_read/write into nfs4_p...Neil Brown2-43/+39
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: trivial cleanupNeil Brown1-12/+3
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: fix dropit returnNeil Brown1-0/+2
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: simplify control flowNeil Brown1-21/+20
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: simplify error handlingNeil Brown1-11/+12
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: move rdattr_error code to new functionNeil Brown1-11/+20
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: simplify nfs4_encode_dirent_fattrNeil Brown1-7/+4
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: more readdir attribute encoding to new f...Neil Brown1-32/+41
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: superfluous local variablesNeil Brown1-10/+3
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: superfluous assignmentNeil Brown1-2/+1
2005-01-04[PATCH] knfsd: nfsd4 encode_dirent cleanupNeil Brown1-59/+47
2005-01-04[PATCH] knfsd: nfsd4: use the fsid export option when returning the fsid attr...Neil Brown1-5/+10
2005-01-04[PATCH] knfsd: nfsd4: fix fileid in readdir responsesNeil Brown1-3/+1
2005-01-04[PATCH] knfsd: nfsd4: fix open_downgrade decode error.Neil Brown1-1/+1
2005-01-04[PATCH] knfsd: nfsd_translate_wouldblocksNeil Brown2-1/+4
2005-01-04[PATCH] move group_exit flag into signal_struct.flags wordRoland McGrath1-4/+3
2005-01-04[PATCH] prio_tree: generalizationWerner Almesberger1-1/+1
2005-01-04[PATCH] udf: fix reservation discardingChristoph Hellwig3-26/+6
2005-01-04[PATCH] udf: simplify udf_iget, fix raceChristoph Hellwig2-70/+15
2005-01-04[PATCH] __getblk_slow can loop forever when pages are partially mappedChris Mason1-13/+23
2005-01-04[PATCH] Ext[23]: apply umask to symlinks with ACLs configured outAndreas Gruenbacher2-2/+0
2005-01-04[PATCH] get_blkdev_list() cleanupAndrew Morton1-1/+0
2005-01-04[PATCH] smb_file_open() retval fixTvrtko A. Ursulin1-1/+1
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen91-179/+199
2005-01-04[PATCH] ext3: support for EA in inodeAlex Tomas4-38/+619
2005-01-04[PATCH] Reduce i_sem usage during file sync operationsAndrew Morton1-5/+9
2005-01-04[PATCH] fork: total_forks not counted under tasklist_lockPrasanna Meda1-1/+0
2005-01-04[PATCH] ext3: handle attempted double-delete of metadata.Stephen C. Tweedie1-1/+6
2005-01-04[PATCH] ext3: handle attempted delete of bitmap blocks.Stephen C. Tweedie2-5/+13
2005-01-04[PATCH] ext3: cleanup handling of aborted transactions.Stephen C. Tweedie1-4/+9
2005-01-04[PATCH] Hold BKL for shorter period in generic_shutdown_super().Robin Holt1-1/+1
2005-01-04[PATCH] 4/4GB: Incorrect bound check in do_getname()Kirill Korotaev1-5/+6
2005-01-04[PATCH] enhanced Memory accounting data collectionJay Lan1-0/+3
2005-01-04[PATCH] enhanced I/O accounting data patchJay Lan1-2/+21
2005-01-04[PATCH] Permit nommu MAP_SHARED of memory backed filesDavid Howells1-1/+1
2005-01-04[PATCH] Further nommu /proc changesDavid Howells2-41/+38
2005-01-04[PATCH] Fix some ELF-FDPIC binfmt problemsDavid Howells1-6/+14
2005-01-04[PATCH] FRV: Add FDPIC ELF binary format driverDavid Howells3-0/+1107
2005-01-04[PATCH] FRV: change setup_arg_pages() to take stack pointerDavid Howells4-8/+10
2005-01-04[PATCH] FRV: procfs changes for nommu changesDavid Howells9-106/+350
2005-01-04[PATCH] GP-REL data supportDavid Howells1-1/+0
2005-01-03Merge bk://nfsclient.bkbits.net/linux-2.6Linus Torvalds1-1/+3
2005-01-05Merge bk://nfsclient.bkbits.net/linux-2.6Trond Myklebust13-504/+662
2005-01-04 Subject: [PATCH] NFS: incorrect "df" resultsTrond Myklebust1-1/+15
2005-01-04NFS: Ensure ACCESS caches are invalidated together with the attributeTrond Myklebust2-20/+10
2005-01-04 Subject: [PATCH] NFS: use attribute timeout instead of "noac" mount optionTrond Myklebust1-1/+1
2005-01-04 Subject: [PATCH] NFS: Direct reads and writes need to flush dirty cache pagesTrond Myklebust1-0/+4
2005-01-04 Subject: [PATCH] NFS: Use parallel read operations to do direct read requestsTrond Myklebust2-70/+282
2005-01-04 Subject: [PATCH] NFS: Direct read path allocates nfs_read_data on the stackTrond Myklebust2-50/+34
2005-01-04 Subject: [PATCH] NFS: Direct write path allocates nfs_write_data on the stackTrond Myklebust2-74/+40
2005-01-04 Subject: [PATCH] NFS: better handling of short writes in direct write pathTrond Myklebust1-1/+6
2005-01-04 Subject: [PATCH] NFS: Use sizeof() instead of C macroTrond Myklebust1-6/+5
2005-01-04 Subject: [PATCH] NFS: report return code on GETATTR and SETATTRTrond Myklebust2-9/+9
2005-01-04 Subject: [PATCH] NFS: short write warningTrond Myklebust1-1/+2
2005-01-04 NFS: Fix dentry refcount accounting error which causes unnecessaryTrond Myklebust1-4/+2
2005-01-04 NFS: when we mount with the "nolock" flag we need to use local locking.Trond Myklebust2-29/+44
2005-01-04 VFS: Remove LOCK_USE_CLNT. It should no longer be necessary.Trond Myklebust1-6/+0
2005-01-04 VFS: Avoid dentry aliasing problems in filesystems like NFS, whereTrond Myklebust2-16/+73
2005-01-04NFSv2/v3/v4: ESTALE should not be a permanent condition on directories.Trond Myklebust1-7/+7
2005-01-04 Subject: [PATCH] NFS: Sync NFS writes still use kmallocTrond Myklebust1-4/+2
2005-01-04NFSv4: Convert the NFSv4 close and open_downgrade operations to useTrond Myklebust2-99/+82
2005-01-04NFSv4: setattr, close and open_downgrade should use the state_owner'sTrond Myklebust1-0/+4
2005-01-04NFSv4: Make nfs4_do_open() take a dentry argument.Trond Myklebust1-8/+8
2005-01-04NFS: Change rpc_ops->create() to take a dentry argument rather than aTrond Myklebust4-18/+12
2005-01-04NFS: The fact that readdirplus calls now create dentries from within readdirTrond Myklebust1-106/+6
2005-01-04NFS: Make readdirplus create dentries on the fly when we're runningTrond Myklebust1-18/+59
2005-01-04RPC: Convert rpciod into a work queue for greater flexibility.Trond Myklebust1-2/+1
2005-01-03[PATCH] NFS client O_DIRECT error case fixBill Rugolsky1-1/+3
2005-01-03Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp7-66/+86
2005-01-03[PATCH] hostfs: uml: add some other pagecache methodsPaolo \'Blaisorblade\' Giarrusso1-0/+5
2005-01-03[PATCH] hostfs: uml: set .sendfile to generic_file_sendfilePaolo \'Blaisorblade\' Giarrusso1-0/+1
2005-01-03[PATCH] filesystem hashes: NUMA interleavingBrent Casavant2-0/+50
2005-01-03[PATCH] alloc_large_system_hash: NUMA interleavingBrent Casavant2-4/+6
2005-01-03[PATCH] mm: overcommit updatesAndries E. Brouwer1-8/+11
2005-01-03[PATCH] Allow disabling quota messages to consoleJan Kara1-0/+14
2005-01-03[PATCH] Fix of quota deadlock on pagelock: reiserfsJan Kara4-58/+477
2005-01-03[PATCH] Fix of quota deadlock on pagelock: ext3Jan Kara2-32/+133
2005-01-03[PATCH] Fix of quota deadlock on pagelock: ext2Jan Kara3-1/+116
2005-01-03[PATCH] quota umount race fixJan Kara1-12/+33
2005-01-03[PATCH] Fix of quota deadlock on pagelock: quota coreJan Kara4-260/+237
2005-01-03[PATCH] Fix reiserfs quota debug messagesJan Kara2-11/+11
2005-01-03[PATCH] Expose reiserfs_sync_fs()Jan Kara1-2/+4
2004-12-31[PATCH] convert Linux to 4-level page tablesAndi Kleen1-1/+5
2004-12-28JFS: delete unused fileDomen Puncer1-51/+0
2004-12-28[PATCH] affs headers cleanupAlexander Viro9-107/+313
2004-12-28Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp6-15/+86
2004-12-23[PATCH] reiserfs bug fix: add missing pair of lock_kernel()/unlock_kernel()Vladimir Saveliev1-0/+2
2004-12-21JFFS2: Fix list corruption and memory leak on write retry.Per Hedblom1-2/+2
2004-12-21JFFS2: Fix freeing of block table on mount failure.David Marlin1-2/+6
2004-12-19Merge bk://linux.bkbits.net/linux-2.5Nathan Scott8-80/+113
2004-12-15Error mapping workaround for NT4 bug of reporting oldstyle DOS error for ERR ...Steve French4-9/+14
2004-12-15[CIFS] Fix path based calls to consistently allow up to PATH_MAX (some wereSteve French3-63/+67
2004-12-15Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott30-193/+294
2004-12-14return the right return code on failed ExtendedSecurity mount to SPNEGO enabledSteve French5-10/+34
2004-12-14[XFS] Mark several functions as being static.Nathan Scott2-3/+3
2004-12-14[XFS] Low memory allocation improvements (quietness and blockdevNathan Scott3-14/+18
2004-12-14[XFS] xfs reservation issues with xlog_sync roundoffTimothy Shimmin3-32/+33
2004-12-14[XFS] Wait for all async buffers to complete before tearing down theEric Sandeen4-0/+42
2004-12-14[XFS] call the right function in pagebuf_readaheadChristoph Hellwig1-2/+2
2004-12-14[XFS] handle inode creating raceChristoph Hellwig15-44/+75
2004-12-14[XFS] split pagebuf_get into xfs_buf_get_flags and xfs_buf_read_flags.Christoph Hellwig2-59/+54
2004-12-14[XFS] remove useless S_ISREG check in ->mmap and ->mprotectChristoph Hellwig1-2/+2
2004-12-14[XFS] Allow the option of skipping quotacheck processing.Jon Krueger5-34/+43
2004-12-14[XFS] Add xfs_rotorstep sysctl for controlling placement of extents forGeoffrey Wehrman5-4/+23
2004-12-13JFFS2 locking fix: Don't hold references to obsolete nodes without lock.David Woodhouse1-13/+25
2004-12-13Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse26-178/+371
2004-12-12Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp3-8/+11
2004-12-12[PATCH] fix ext2/ext3 memory leakHeiko Carstens2-0/+6
2004-12-12[PATCH] do_task_stat() use pid_alive()Andrew Morton1-1/+1
2004-12-12[PATCH] reduce ext3 log spamming (blank lines)David Brownell1-1/+1
2004-12-12[PATCH] direct-io: set PF_SYNCWRITEAndrew Morton1-0/+5
2004-12-12Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp3-7/+75
2004-12-12[CIFS] Fix CIFS_MAX_MSGSIZE so it can be configured at module_install time,Steve French8-21/+26
2004-12-11[CIFS] Remove sparse warning in use of cifs_write functionSteve French5-10/+142
2004-12-11[CIFS] remove sparse warningSteve French1-2/+3
2004-12-11Add support for module init parms for number of small and large cifs networkSteve French7-14/+137
2004-12-10Merge bk://linux.bkbits.net/linux-2.5Steve French2-16/+20
2004-12-10[CIFS] Allow peek to return less than smb header so we do not prematurely kil...Steve French3-25/+36
2004-12-09[CIFS] Do not block on FindNotify responseSteve French4-5/+34
2004-12-09Clean up open_exec()/kmalloc() error case handling.Linus Torvalds2-16/+20
2004-12-09[CIFS] Check right mid state on hung network responses. Fix remote Steve French4-11/+71
2004-12-08Merge bk://linux.bkbits.net/linux-2.5Steve French2-9/+6
2004-12-07[CIFS] parse ipv6 addresses on mount (ipv6 support for cifs part 2)Steve French1-0/+10
2004-12-07[CIFS] Increase size of small SMB pool (and decrease number) and Steve French6-65/+89
2004-12-07Revert recent ext3_dx_readdir changesLinus Torvalds1-8/+5
2004-12-07JFS: flush new iag from bd_inode's mappingDave Kleikamp2-8/+7
2004-12-06[PATCH] restore BLKRRPART semanticsAndries E. Brouwer1-1/+1
2004-12-06[CIFS] add debug message for trusted and security xattrsSteve French1-3/+14
2004-12-06[CIFS] cleanup various warning/debug messagesSteve French2-25/+14
2004-12-05Merge bk://linux.bkbits.net/linux-2.5Steve French1-0/+2
2004-12-02[PATCH] sysfs: fix sysfs_dir_close memory leakGreg Kroah-Hartman1-0/+2
2004-12-02Merge bk://linux.bkbits.net/linux-2.5Steve French23-330/+2377
2004-12-02[PATCH] proc_pid_status() oops fixManfred Spraul2-7/+2
2004-12-02[PATCH] Work around devices with bogus media change indication on the first openAlexander Viro1-18/+1
2004-12-02[PATCH] blkdev_get_blocks(): handle eofAndrew Morton1-3/+16
2004-12-02[PATCH] revert the "dio handle eof" fixAndrew Morton1-24/+3
2004-12-02JFS: speed up nointegrity mountDave Kleikamp1-0/+4
2004-12-02[CIFS] fix spelling of CONFIG_CIFS_EXPERIMENTAL ifdef in direct i/o writeSteve French2-5/+11
2004-12-02[CIFS] zero more of SMB param area on SMB allocationSteve French2-4/+6
2004-12-01add direct mount options to optionally bypass the page cache on reads and writesSteve French5-5/+77
2004-12-01[CIFS] Fix endianness bug in new cifs_readdir2 in calculating dir entry name ...Steve French4-15/+17
2004-12-01JFS: add security and trusted xattrsDave Kleikamp2-4/+67
2004-12-01[PATCH] Fix an XFS direct I/O deadlockNathan Scott2-14/+45
2004-12-01[PATCH] cont_prepare_write() fixHirofumi Ogawa1-2/+1
2004-11-30[CIFS] Make new cifs readdir code the default and rename the proc entry Steve French2-2/+2
2004-11-30[CIFS] Add missing quote to cifs kconfig itemSteve French2-6/+7
2004-11-30[CIFS] Update Kconfig to make CIFS POSIX ACLs dependent on xattrs and Steve French3-9/+24