aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-09-23Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shagg...Linus Torvalds4-7/+14
2005-09-22[PATCH] NFS: fix client oops when debugging is onNick Wilson1-3/+2
2005-09-22[PATCH] ext3: EXT3_DEBUG build fixesGlauber de Oliveira Costa2-6/+6
2005-09-22[PATCH] ext3: ext3_show_options fixOGAWA Hirofumi1-6/+5
2005-09-22[PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sbLatchesar Ionkov1-17/+7
2005-09-22[PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAXLatchesar Ionkov1-2/+2
2005-09-22[PATCH] v9fs: make copy of the transport prototype instead of using it directlyLatchesar Ionkov1-1/+7
2005-09-22[PATCH] v9fs: allocate the Rwalk qid array from the right conv bufferLatchesar Ionkov1-1/+1
2005-09-22[PATCH] v9fs: make conv functions to check for conv buffer overflowLatchesar Ionkov1-70/+85
2005-09-22[PATCH] proc_task_root_link c99 fixAndrew Morton1-3/+5
2005-09-21[PATCH] fat: fix adateStephane Kardas1-3/+8
2005-09-21[PATCH] Fix invisible threads problemSripathi Kodi1-7/+77
2005-09-20JFS: don't dereference tlck->ip from txUpdateMapDave Kleikamp2-1/+9
2005-09-20NTFS: More runlist handling fixes from Richard Russon and myself.Anton Altaparmakov1-22/+33
2005-09-19Make fsnotify possibly work better for the inode removal caseLinus Torvalds1-1/+2
2005-09-19Merge branch 'master' of /home/src/linux-2.6/Anton Altaparmakov6-56/+43
2005-09-19NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Anton Altaparmakov3-41/+80
2005-09-19NTFS: Fix handling of compressed directories that I broke in earlier changeset.Anton Altaparmakov1-4/+8
2005-09-19NTFS: Fix various bugs in the runlist merging code. (Based on libntfsAnton Altaparmakov2-64/+70
2005-09-17[PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)OGAWA Hirofumi2-36/+16
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma2-0/+6
2005-09-17[PATCH] Add smp_mb__after_clear_bit() to unlock_kiocb()Zach Brown1-0/+1
2005-09-17[PATCH] epoll: fix delayed initialization bugDavide Libenzi1-20/+20
2005-09-15JFS: Fix sparse warnings, including endian errorDave Kleikamp3-6/+5
2005-09-14[COMPAT]: Fixup compat_do_execve()David S. Miller1-0/+4
2005-09-14[PATCH] Fix the fdtable freeing in the case of vmalloced fdset/arraysDipankar Sarma1-7/+3
2005-09-14[PATCH] error path in setup_arg_pages() misses vm_unacct_memory()Hugh Dickins1-5/+0
2005-09-14[PATCH] Fix fs/exec.c:788 (de_thread()) BUG_ONAlexander Nyberg1-3/+2
2005-09-13Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 Linus Torvalds1-1/+1
2005-09-13[PATCH] nfsd4: fix setclientid unlock of unlocked state lockNeil Brown1-3/+2
2005-09-13[PATCH] nfsd4: fix open seqid incrementing in lockNeil Brown1-13/+15
2005-09-13[PATCH] nfsd4: move replay_ownerNeil Brown2-24/+30
2005-09-13[PATCH] nfsd4: printk reductionNeil Brown1-17/+10
2005-09-13[PATCH] reiserfs: use mark_inode_dirty instead of reiserfs_update_sdChris Mason2-14/+13
2005-09-13[PATCH] open returns ENFILE but creates file anywayPeter Staubach1-42/+56
2005-09-12NTFS: Mask out __GFP_HIGHMEM when doing kmalloc() in __ntfs_malloc() as itAnton Altaparmakov2-4/+1
2005-09-12NTFS: Change the mount options {u,f,d}mask to always parse the number asAnton Altaparmakov2-4/+16
2005-09-11Merge branch 'for-linus' from kernel.org:/.../shaggy/jfs-2.6 manuallyLinus Torvalds6-62/+193
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan10-33/+21
2005-09-10[PATCH] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h>Adrian Bunk1-0/+1
2005-09-10[PATCH] janitor: reiserfs: super.c - vfree() checking cleanupsJames Lamanna1-2/+1
2005-09-10[PATCH] janitor: fs/dcache.c: list_for_each*Domen Puncer1-12/+4
2005-09-10[PATCH] janitor: fs/namespace.c: list_for_each_entryDomen Puncer1-3/+1
2005-09-10[PATCH] janitor: jffs/intrep: list_for_each_entryDomen Puncer1-13/+9
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEIngo Molnar1-1/+5
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-0/+1
2005-09-10[PATCH] ntfs build fixAndrew Morton1-0/+1
2005-09-09Preempt-safe RCU file usageLinus Torvalds1-0/+2
2005-09-09Fix up lost patch in compat_sys_select() for new RCU files world orderLinus Torvalds1-1/+3
2005-09-09[PATCH] Lost sockfd_put() in routing_ioctl()Kirill Korotaev1-2/+5
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09[PATCH] FUSE: don't allow restarting of system callsMiklos Szeredi5-111/+45
2005-09-09[PATCH] FUSE: add fsync operation for directoriesMiklos Szeredi3-4/+29
2005-09-09[PATCH] fuse: don't update file timesMiklos Szeredi3-4/+9
2005-09-09[PATCH] fuse: more flexible cachingMiklos Szeredi3-32/+8
2005-09-09[PATCH] fuse: transfer readdir data through deviceMiklos Szeredi4-84/+69
2005-09-09[PATCH] FUSE - direct I/OMiklos Szeredi3-2/+146
2005-09-09[PATCH] fuse: stricter mount option checkingMiklos Szeredi1-2/+11
2005-09-09[PATCH] FUSE: tighten check for processes allowed accessMiklos Szeredi3-6/+49
2005-09-09[PATCH] FUSE - readpages operationMiklos Szeredi3-0/+85
2005-09-09[PATCH] FUSE - extended attribute operationsMiklos Szeredi2-0/+195
2005-09-09[PATCH] FUSE - mount optionsMiklos Szeredi5-67/+170
2005-09-09[PATCH] FUSE - file operationsMiklos Szeredi5-1/+366
2005-09-09[PATCH] FUSE - read-write operationsMiklos Szeredi3-17/+378
2005-09-09[PATCH] FUSE - read-only operationsMiklos Szeredi5-1/+555
2005-09-09[PATCH] FUSE - device functionsMiklos Szeredi4-6/+1161
2005-09-09[PATCH] FUSE - coreMiklos Szeredi3-0/+524
2005-09-09[PATCH] FUSE - MAINTAINERS, Kconfig and Makefile changesMiklos Szeredi2-0/+14
2005-09-09[PATCH] v9fs: fix handling of malformed 9P messagesEric Van Hensbergen4-21/+46
2005-09-09[PATCH] v9fs: readlink extended mode checkEric Van Hensbergen1-5/+30
2005-09-09[PATCH] v9fs: Fix support for special files (devices, named pipes, etc.)Eric Van Hensbergen1-0/+3
2005-09-09[PATCH] v9fs: Clean-up vfs_inode and setattr functionsEric Van Hensbergen2-97/+36
2005-09-09[PATCH] v9fs: Change error magic numbers to defined constantsEric Van Hensbergen1-81/+77
2005-09-09[PATCH] v9fs: debug and support routinesEric Van Hensbergen5-0/+642
2005-09-09[PATCH] v9fs: Support to force umountEric Van Hensbergen5-3/+40
2005-09-09[PATCH] v9fs: transport modulesEric Van Hensbergen6-5/+979
2005-09-09[PATCH] v9fs: 9P protocol implementationEric Van Hensbergen4-0/+1429
2005-09-09[PATCH] v9fs: VFS superblock operations and glueEric Van Hensbergen4-0/+877
2005-09-09[PATCH] v9fs: VFS inode operationsEric Van Hensbergen1-0/+1371
2005-09-09[PATCH] v9fs: VFS file, dentry, and directory operationsEric Van Hensbergen3-0/+753
2005-09-09[PATCH] v9fs: Documentation, Makefiles, ConfigurationEric Van Hensbergen3-0/+29
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma3-19/+27
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma5-150/+303
2005-09-09[PATCH] files: break up files structDipankar Sarma8-63/+104
2005-09-09[PATCH] aio: kiocb locking to serialise retry and cancelBenjamin LaHaise1-4/+25
2005-09-09[PATCH] change io_cancel return code for no cancel caseWendy Cheng1-1/+1
2005-09-09[PATCH] bfs: fix endianness, signedness; add trivial bugfixAndrew Stribblehill4-70/+81
2005-09-09[PATCH] autofs: fix "busy inodes after umount..."Alexander Krizhanovsky3-4/+7
2005-09-09[PATCH] remove the inode_post_link and inode_post_rename LSM hooksStephen Smalley1-8/+2
2005-09-09[PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooksStephen Smalley1-12/+4
2005-09-09[PATCH] ext3: Enable atomic inode security labelingStephen Smalley3-0/+38
2005-09-09[PATCH] ext2: Enable atomic inode security labelingStephen Smalley3-0/+35
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh19-0/+29
2005-09-09[PATCH] move truncate_inode_pages() into ->delete_inode()Mark Fasheh1-5/+7
2005-09-09[PATCH] bogus cast in bio.cviro@ZenIV.linux.org.uk1-1/+1
2005-09-09Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 Anton Altaparmakov1-2/+13
2005-09-09[XFS] Revert recent quota Makefile change, not in a fit state for merging.Nathan Scott1-2/+13
2005-09-08Merge branch 'master' of /usr/src/linux-2.6 Anton Altaparmakov9-59/+58
2005-09-08NTFS: 2.1.24 release and some minor final fixes.Anton Altaparmakov4-9/+9
2005-09-08NTFS: Improve scalability by changing the driver global spin lock inAnton Altaparmakov2-6/+12
2005-09-08NTFS: Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c.Anton Altaparmakov2-17/+22
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2-20/+26
2005-09-08NTFS: Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the caseAnton Altaparmakov2-11/+42
2005-09-08NTFS: Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the pageAnton Altaparmakov2-10/+6
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2-57/+49
2005-09-08NTFS: Make ntfs_write_block() not instantiate sparse blocks if they are zero.Anton Altaparmakov2-0/+23
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2-101/+116
2005-09-08NTFS: Truncate {a,c,m}time to the ntfs supported time granularity whenAnton Altaparmakov2-5/+9
2005-09-08NTFS: Fix cluster (de)allocators to work when the runlist is NULL and moreAnton Altaparmakov4-33/+32
2005-09-08NTFS: Fix handling of sparse attributes in ntfs_attr_make_non_resident().Anton Altaparmakov2-17/+40
2005-09-08NTFS: Fix several bugs in fs/ntfs/attrib.c.Anton Altaparmakov2-1/+37
2005-09-08NTFS: Add fs/ntfs/attrib.[hc]::ntfs_resident_attr_value_resize().Anton Altaparmakov3-0/+43
2005-09-08NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block().Anton Altaparmakov3-10/+8
2005-09-08NTFS: Fix a bug in fs/ntfs/index.c::ntfs_index_lookup(). When the returnedAnton Altaparmakov2-0/+4
2005-09-08NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a...Anton Altaparmakov3-0/+289
2005-09-08NTFS: Change ntfs_rl_truncate_nolock() to throw away the runlist if the newAnton Altaparmakov2-1/+15
2005-09-08NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNINGAnton Altaparmakov3-2/+7
2005-09-08NTFS: Fix handling of valid but empty mapping pairs array inAnton Altaparmakov2-0/+5
2005-09-08NTFS: Remove two bogus BUG_ON()s from fs/ntfs/mft.c.Anton Altaparmakov2-2/+1
2005-09-08NTFS: Fix two nasty runlist merging bugs that had gone unnoticed so far.Anton Altaparmakov2-2/+5
2005-09-08NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge()Anton Altaparmakov2-18/+53
2005-09-08NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version.Anton Altaparmakov2-6/+48
2005-09-08NTFS: Support more clean journal ($LogFile) states.Anton Altaparmakov5-123/+167
2005-09-08[XFS] Fix modular XFS builds (Makefile botch).Nathan Scott2-5/+5
2005-09-08[XFS] Remove special Kconfig XFS menu, make XFS options "inline".Nathan Scott1-24/+21
2005-09-08[XFS] Cleanup some -Wundef flag warnings in the endian macros (thanksNathan Scott6-30/+32
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds1-45/+182
2005-09-07Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 Linus Torvalds52-1050/+1320
2005-09-07[PATCH] pivot_root() circular reference fixMiklos Szeredi1-0/+4
2005-09-07[PATCH] Fix race in do_get_write_access()Jan Kara1-18/+21
2005-09-07[PATCH] Change HFS+ to not use ll_rw_block()Jan Kara1-4/+2
2005-09-07[PATCH] Change ll_rw_block() calls in UFSJan Kara3-18/+9
2005-09-07[PATCH] Change ll_rw_block() calls in ReiserJan Kara1-2/+2
2005-09-07[PATCH] Change ll_rw_block() calls in JBDJan Kara4-5/+5
2005-09-07[PATCH] Make ll_rw_block() wait for buffer lockJan Kara1-14/+16
2005-09-07[PATCH] Fix JBD race in t_forget list handlingJan Kara1-10/+24
2005-09-07[PATCH] kjournald: missing JFS_UNMOUNT checkMark Fasheh1-0/+2
2005-09-07[PATCH] hfs: NLS supportRoman Zippel8-46/+176
2005-09-07[PATCH] hfs: show_options supportRoman Zippel4-6/+55
2005-09-07[PATCH] hfs: remove debug codeRoman Zippel2-40/+2
2005-09-07[PATCH] fs: convert kcalloc to kzallocPekka Enberg2-42/+42
2005-09-07[PATCH] cifs_create() fixMiklos Szeredi1-14/+13
2005-09-07[PATCH] remove duplicated sys_open32() code from 64bit archsMiklos Szeredi2-8/+21
2005-09-07[PATCH] remove duplicated code from proc and ptraceMiklos Szeredi1-31/+4
2005-09-07[PATCH] fix enum pid_directory_inos in proc/base.cMiklos Szeredi1-2/+3
2005-09-07[PATCH] use get_fs_struct() in procMiklos Szeredi1-11/+12
2005-09-07[PATCH] namei cleanupMiklos Szeredi1-28/+24
2005-09-07[PATCH] remove iattr.ia_attr_flagsMiklos Szeredi1-1/+0
2005-09-07[PATCH] alloc_buffer_head() and free_buffer_head() cleanupCoywolf Qi Hunt1-6/+4
2005-09-07[PATCH] inotify: fix event loss on hardlinked filesJohn McCutchan1-1/+8
2005-09-07[PATCH] remove verify_area(): remove fs/umsdos/notes as it only contain a ver...Jesper Juhl1-17/+0
2005-09-07[PATCH] pipe: remove redundant fifo_poll abstractionPekka Enberg1-6/+7
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai1-1/+1
2005-09-07[PATCH] fix cramfs making duplicate entries in inode cacheDave Johnson1-4/+39
2005-09-07[PATCH] remove file.f_maxcountEric Dumazet2-2/+1
2005-09-07[PATCH] fs: remove redundant timespec_equal test in update_atime()Tejun Heo1-3/+0
2005-09-07[PATCH] jffs/jffs2: remove wrong function prototypesAdrian Bunk2-6/+0
2005-09-07[PATCH] fs/Kconfig: quota help text updatesAdrian Bunk1-6/+3
2005-09-07[PATCH] proc: link count fixMiklos Szeredi1-0/+13
2005-09-07[PATCH] fsnotify: hook on removexattr, tooRobert Love1-0/+2
2005-09-07[PATCH] Speedup FAT filesystem directory readsKarsten Wiese1-2/+26
2005-09-07[PATCH] sunrpc: cache_register can use wrong module referenceBruce Allan2-2/+9
2005-09-07[PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mountsMark Bellon4-21/+181
2005-09-07[PATCH] remove register_ioctl32_conversion and unregister_ioctl32_conversionAdrian Bunk1-90/+0
2005-09-07[PATCH] kill bio->bi_setPeter Osterlund1-11/+21
2005-09-07[PATCH] fs/jbd/: cleanupsAdrian Bunk2-21/+16
2005-09-07[PATCH] compat: be more consistent about [ug]id_tStephen Rothwell1-8/+8
2005-09-07[PATCH] inotify speedupJohn McCutchan1-0/+7
2005-09-07[PATCH] relayfsTom Zanussi8-0/+1270
2005-09-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds1-3/+2
2005-09-05[PATCH] uml: fixes performance regression in activate_mm and thus exec()Paolo 'Blaisorblade' Giarrusso1-0/+4
2005-09-05[PATCH] Generic VFS fallback for security xattrsStephen Smalley5-143/+49
2005-09-05[PATCH] add /proc/pid/smapsMauricio Lin2-42/+244
2005-09-05[PATCH] /proc/<pid>/numa_maps to show on which nodes pages resideChristoph Lameter2-0/+167
2005-09-05[XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott8-161/+217
2005-09-05[XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott2-4/+3
2005-09-05[XFS] replace "extern inline" with "static inline" Patch from Adrian BunkChristoph Hellwig1-1/+1
2005-09-05[XFS] Switch kernel thread handling to the kthread_ APIChristoph Hellwig4-46/+17
2005-09-05[XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags afterDavid Chinner2-18/+51
2005-09-05[XFS] Retry linux inode cacech lookup if we found a stale inode. ThisChristoph Hellwig1-12/+16
2005-09-05[XFS] Fixes a bug in the quota code when allocating a new dquot recordTim Shimmin3-7/+60
2005-09-05[XFS] remove some dead code from pagebufChristoph Hellwig2-37/+0
2005-09-05[XFS] allow a null behaviour pointer in linvfs_clear_inodeChristoph Hellwig1-3/+6
2005-09-05[XFS] Manage spinlock differences between kernel versions a bit.Nathan Scott1-0/+3
2005-09-05[XFS] add handlers to fix xfs_flock_t alignment issues in compat ioctlsEric Sandeen1-3/+62
2005-09-05[XFS] Check if there is first behavior before calling VOP_RECLAIM fromFelix Blyakher1-3/+5
2005-09-05[XFS] Need to be able to reset sb_qflags if not mounting with quotasTim Shimmin6-76/+95
2005-09-05[XFS] streamline the clear_inode pathChristoph Hellwig3-156/+25
2005-09-05[XFS] Delay I/O completion for unwritten extents after conversionChristoph Hellwig2-2/+26
2005-09-05[XFS] Delay direct I/O completion to a workqueue This is nessecaryChristoph Hellwig2-29/+48
2005-09-05[XFS] Add in the new xfs_aops.h header file for I/O completion struct.Christoph Hellwig1-0/+49
2005-09-02[PATCH] uclinux: use MAP_PRIVATE when mmaping code regions in flat binary loaderGreg Ungerer1-1/+1
2005-09-02[XFS] Add infrastructure for tracking I/O completionsChristoph Hellwig4-85/+132
2005-09-02[XFS] add infrastructure for waiting on I/O completion at inode reclaimChristoph Hellwig4-58/+32
2005-09-02[XFS] remove unessecary vnode flagsChristoph Hellwig3-73/+1
2005-09-02[XFS] Fix sparse warnings in kmem_* functions Patch from Victor FuscoChristoph Hellwig3-23/+25
2005-09-02[XFS] Need to unlock the AIL before calling xfs_force_shutdown() becauseTim Shimmin1-1/+1
2005-09-02[XFS] remove struct vnode::v_typeChristoph Hellwig8-85/+68
2005-09-02[XFS] Remove extraneous quotacheck diagnostics.Nathan Scott1-10/+2
2005-09-02[XFS] Add in grpid/nogrpid mount option parsing, actual code was alwaysNathan Scott1-1/+15