aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-02[XFS] 929956 add log debugging and tracing infoTim Shimmin9-22/+265
2005-09-02[XFS] Fix up the calculation of the reservation overhead to hopefullyTim Shimmin1-13/+41
2005-09-02[XFS] Fix regression in transaction reserved-block accounting for directNathan Scott1-9/+8
2005-09-02[XFS] Fix check for writeable file in xfs_ioc_space ioctl codeEric Sandeen1-1/+1
2005-09-02[XFS] Prevent the incore superblock sb_fdblocks count from leaking when weDavid Chinner1-1/+11
2005-09-02[XFS] Add a chunk of tracing code to diagnose truncate related issues.Nathan Scott2-3/+15
2005-09-02[XFS] Make metadata IO completion consistent with other IO completionNathan Scott1-6/+11
2005-09-02[XFS] replace vn_get usage by iholdChristoph Hellwig4-82/+15
2005-09-02[XFS] send dmapi events from nopage for mmapped filesDean Roehrich1-58/+32
2005-09-02[XFS] upate copyrightsDean Roehrich1-1/+1
2005-09-02[XFS] Update copyrightsDean Roehrich1-1/+1
2005-09-01[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl1-2/+1
2005-09-01[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu1-1/+1
2005-08-30Merge refs/heads/for-linus from master.kernel.org:/pub/scm/linux/kernel/git/s...Linus Torvalds1-3/+2
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-1/+1
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git Linus Torvalds1-2/+2
2005-08-28fix mismerge in ll_rw_blk.cJames Bottomley1-45/+182
2005-08-26[PATCH] Fix oops in sysfs_hash_and_remove_file()James Bottomley1-0/+4
2005-08-26[PATCH] Fix oops in fs/locks.c on close of file with pending locksSteve French1-1/+1
2005-08-26[PATCH] hppfs: fix symlink error pathPaolo 'Blaisorblade' Giarrusso1-15/+9
2005-08-26[PATCH] Fixup symlink function pointers for hppfs [for 2.6.13]Paolo 'Blaisorblade' Giarrusso1-8/+8
2005-08-26[PATCH] Document idr_get_new_above() semantics, update inotifyJohn McCutchan1-1/+1
2005-08-20Don't allow normal users to set idle IO priorityLinus Torvalds1-0/+2
2005-08-20[PATCH] freevxfs: fix breakage introduced by symlink fixesAlexey Dobriyan1-1/+1
2005-08-20befs: fix up missed follow_link declaration changeLinus Torvalds1-1/+1
2005-08-20[ARM] fs/adfs/adfs.h: "extern inline" doesn't make senseAdrian Bunk1-2/+2
2005-08-19[PATCH] NFSv4: unbalanced BKL in nfs_atomic_lookup()Steve Dickson1-0/+1
2005-08-19[PATCH] Fix up symlink function pointersAl Viro13-37/+37
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds8-62/+44
2005-08-19[PATCH] jffs2: fix symlink error handlingAl Viro1-4/+6
2005-08-19Merge with /home/shaggy/git/linus-clean/Dave Kleikamp5-24/+34
2005-08-18[PATCH] reiserfs+acl+quota deadlock fixJan Kara1-1/+1
2005-08-18[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever4-3/+44
2005-08-18[PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flagsChuck Lever2-28/+45
2005-08-18[PATCH] NFS: split nfsi->flags into two fieldsChuck Lever5-41/+47
2005-08-17Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2-1/+2
2005-08-17[PATCH] nfsd to unlock kernel before exitingSteven Rostedt1-0/+1
2005-08-17JFS: Initialize dentry->d_op for negative dentries tooDave Kleikamp1-3/+2
2005-08-16Merge head 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/...Linus Torvalds5-24/+34
2005-08-16NTFS: Complete the previous fix for the unset device when mapping buffersAnton Altaparmakov2-1/+2
2005-08-16Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2-0/+5
2005-08-16[PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL createsTrond Myklebust4-15/+38
2005-08-16[PATCH] NFS: Ensure ACL xdr code doesn't overflow.Trond Myklebust1-0/+1
2005-08-16NTFS: Fix bug in mft record writing where we forgot to set the device inAnton Altaparmakov2-0/+5
2005-08-15[PATCH] inotify: add MOVE_SELF eventJohn McCutchan1-1/+2
2005-08-15[PATCH] inotify: fix idr_get_new_above usageRobert Love1-1/+1
2005-08-14[PATCH] CIFS: Fix path name conversion for long filenamesSteve French2-0/+7
2005-08-14[PATCH] CIFS: Fix missing entries in search resultsSteve French1-0/+3
2005-08-13[PATCH] Fix error handling in reiserfsJan Kara1-0/+3
2005-08-10Merge with /home/shaggy/git/linus-clean/Dave Kleikamp5-15/+16