aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-01-08[PATCH] drop-pagecacheAndrew Morton2-1/+69
2006-01-06Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds35-1016/+1678
2006-01-06[PATCH] fs/ufs: debug mode compilation failureEvgeniy1-1/+1
2006-01-06NFSv4: Fix an Oops in nfs_do_expire_all_delegationsTrond Myklebust1-4/+2
2006-01-06NFSv4: Allow entries in the idmap cache to expireTrond Myklebust3-0/+33
2006-01-06NFS: get rid of some needless code obfuscation in xdr_encode_sattr().Trond Myklebust1-11/+10
2006-01-06NFS: Send valid mode bits to the serverTrond Myklebust3-2/+5
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever5-7/+1
2006-01-06SUNRPC: new interface to force an RPC rebindChuck Lever1-2/+2
2006-01-06NFSv3: try get_root user-supplied security_flavorJ. Bruce Fields1-7/+19
2006-01-06NLM: fix parsing of sm notify procedureJ. Bruce Fields1-1/+3
2006-01-06NLM: Further cancel fixesJ. Bruce Fields2-6/+16
2006-01-06NLM: clean up nlmsvc_delete_blockJ. Bruce Fields1-2/+1
2006-01-06NLM: don't unlock on cancel requestsJ. Bruce Fields2-16/+2
2006-01-06NLM: Clean up nlmsvc_grant_reply lockingJ. Bruce Fields1-4/+3
2006-01-06NFSv4: Allow user to set the port used by the NFSv4 callback channelTrond Myklebust5-3/+113
2006-01-06NFS: Clean up weak cache consistency codeTrond Myklebust1-20/+40
2006-01-06NFSv4: Ensure DELEGRETURN returns attributesTrond Myklebust3-17/+35
2006-01-06NFSv4: Ensure change attribute returned by GETATTR callback conforms to specTrond Myklebust3-1/+5
2006-01-06NFS: Make directIO aware of compound pages...Trond Myklebust1-3/+4
2006-01-06NFS: Make stat() return updated mtimes after a write()Trond Myklebust2-11/+14
2006-01-06NFSv4: Ensure that we return the delegation on the target of a rename too.Trond Myklebust1-1/+3
2006-01-06NFS: support large reads and writes on the wireChuck Lever5-29/+40
2006-01-06NFS: make "inode number mismatch" message more usefulChuck Lever1-8/+9
2006-01-06NFS: get rid of useless kernel log messageChuck Lever1-2/+1
2006-01-06NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs()Chuck Lever1-2/+2
2006-01-06NFS: use generic_write_checks() to sanity check direct writesChuck Lever1-24/+19
2006-01-06NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust4-49/+52
2006-01-06NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust4-25/+41
2006-01-06NFSv4: Send RENEW requests to the server only when we're holding stateTrond Myklebust5-2/+75
2006-01-06NFS: Convert instances of kernel_thread() to kthread()Trond Myklebust1-30/+16
2006-01-06NFSv4: State recovery cleanupTrond Myklebust3-25/+28
2006-01-06NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 leaseTrond Myklebust1-3/+31
2006-01-06SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.Trond Myklebust1-2/+2
2006-01-06NFSv4: Make DELEGRETURN an interruptible operation.Trond Myklebust1-8/+60
2006-01-06NFSv4: Convert LOCK rpc call into an asynchronous RPC callTrond Myklebust2-75/+175
2006-01-06NFSv4: locking XDR cleanupTrond Myklebust2-168/+155
2006-01-06NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctlyTrond Myklebust2-131/+156
2006-01-06NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separatelyTrond Myklebust3-28/+42
2006-01-06NFSv4: Make open_confirm() asynchronous tooTrond Myklebust2-28/+80
2006-01-06NFSv4: Convert open() into an asynchronous RPC callTrond Myklebust2-66/+130
2006-01-06NFSv4: Allocate OPEN call RPC arguments using kmalloc()Trond Myklebust1-96/+117
2006-01-06NFSv4: Make locku use the new RPC "wait on completion" interface.Trond Myklebust1-29/+36
2006-01-06NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust1-1/+0
2006-01-06SUNRPC: Further cleanupsTrond Myklebust2-18/+16
2006-01-06RPC: Clean up RPC task structureTrond Myklebust12-140/+181
2006-01-06NFS: Work correctly with single-page ->writepage() callsTrond Myklebust1-11/+5
2006-01-06Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-2/+24
2006-01-06[PATCH] knfsd: reduce stack consumptionNeil Brown1-8/+12
2006-01-06[PATCH] knfsd: check error status from vfs_getattr and i_op->fsyncDavid Shaw4-55/+71
2006-01-06[PATCH] jbd: split checkpoint listsJan Kara1-177/+241
2006-01-06[PATCH] fuse: check file type in lookupMiklos Szeredi2-13/+22
2006-01-06[PATCH] fuse: ensure progress in read and writeMiklos Szeredi1-4/+3
2006-01-06[PATCH] fuse: make maximum write data configurableMiklos Szeredi3-23/+32
2006-01-06[PATCH] fuse: clean up request size limit checkingMiklos Szeredi4-27/+24
2006-01-06[PATCH] fuse: fail file operations on bad inodeMiklos Szeredi2-5/+37
2006-01-06[PATCH] fuse: add code documentationMiklos Szeredi1-9/+90
2006-01-06[PATCH] fuse: support caching negative dentriesMiklos Szeredi1-21/+43
2006-01-06[PATCH] fuse: add frsize to statfs replyMiklos Szeredi1-1/+4
2006-01-06[PATCH] fuse: bump interface versionMiklos Szeredi2-0/+5
2006-01-06[PATCH] fuse: clean up page offset calculationMiklos Szeredi1-4/+3
2006-01-06[PATCH] fuse: clean up fuse_lookup()Miklos Szeredi1-52/+23
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky2-2/+2
2006-01-06[PATCH] s390: cms volume label definitionsPeter Oberparleiter1-15/+15
2006-01-06[PATCH] NOMMU: Provide shared-writable mmap support on ramfsDavid Howells5-22/+368
2006-01-06[PATCH] mm: rmap optimisationNick Piggin1-1/+1
2006-01-06[PATCH] Hugetlb: Copy on Write supportDavid Gibson1-3/+0
2006-01-06[PATCH] hfsplus oops fixJoshua Kwan1-1/+1
2006-01-06[BLOCK] bio: check for same page merge possibilities in __bio_add_page()Jens Axboe1-2/+24
2006-01-05Merge http://oss.oracle.com/git/ocfs2Linus Torvalds104-12/+45227
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-20/+34
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds19-83/+5
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-8/+30
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+4
2006-01-04Relax the rw_verify_area() error checking.Linus Torvalds2-10/+26
2006-01-04[PATCH] sysfs: handle failures in sysfs_make_direntSteven Rostedt1-1/+5
2006-01-04[PATCH] Driver core: Make block devices create the proper symlink nameGreg Kroah-Hartman1-2/+25
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-3/+3
2006-01-04[PATCH] remove mount/umount uevents from superblock handlingKay Sievers1-14/+1
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2-0/+4
2006-01-03[PATCH] o Update Kconfig documentation to reflect support for readonly mounts.Mark Fasheh1-1/+0
2006-01-03[PATCH] This patch contains the following cleanups:Adrian Bunk3-8/+3
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh2-11/+43
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh52-0/+24438
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh6-1/+1485
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel17-0/+10830
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemZach Brown7-0/+2624
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh3-0/+1916
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel7-0/+1001
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemZach Brown2-0/+441
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown1-1/+1
2006-01-03[PATCH] configfs: User-driven configuration filesystemJoel Becker10-0/+2455
2006-01-03update the email address of Randy DunlapAdrian Bunk1-1/+1
2006-01-03s/retreiv/retriev/gMatt Mackall1-2/+2
2006-01-03fs/qnx4/bitmap.c: #if 0 qnx4_new_block()Adrian Bunk1-0/+2
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk16-80/+0
2005-12-30Insanity avoidance in /procLinus Torvalds1-24/+23
2005-12-29[PATCH] uml: hostfs - fix possible PAGE_CACHE_SHIFT overflowsPaolo 'Blaisorblade' Giarrusso1-1/+6
2005-12-29[PATCH] Hostfs: remove unused varPaolo 'Blaisorblade' Giarrusso1-2/+0
2005-12-22[SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk1-1/+1
2005-12-22[PATCH] fix posix lock on NFSASANO Masahiro1-1/+2
2005-12-20[PATCH] relayfs: remove warning printk() in relay_switch_subbuf()Tom Zanussi1-2/+6
2005-12-20[PATCH] nfsd: check for read-only exports before setting aclsAndreas Gruenbacher2-2/+2
2005-12-19NLM: Fix Oops in nlmclnt_mark_reclaim()Trond Myklebust1-0/+4
2005-12-19NFS: Fix another O_DIRECT raceTrond Myklebust3-42/+33
2005-12-15Merge by hand (conflicts in scsi_lib.c)James Bottomley3-14/+34
2005-12-15[SCSI] seperate max_sectors from max_hw_sectorsMike Christie1-9/+11
2005-12-15[PATCH] xfs: missing gfp_t annotationsAl Viro1-2/+2
2005-12-14[SCSI] Convert SCSI mid-layer to scsi_execute_asyncMike Christie1-0/+20
2005-12-14[PATCH] reiserfs: close open transactions on error pathJeff Mahoney1-8/+18
2005-12-14[PATCH] reiserfs: skip commit on io errorJeff Mahoney1-4/+14
2005-12-12[PATCH] inotify: add two inotify_add_watch flagsJohn McCutchan1-3/+10
2005-12-12[PATCH] Fix listxattr() for generic security attributesDaniel Drake1-1/+1
2005-12-03NFSv4: Fix an Oops in the synchronous write pathTrond Myklebust1-1/+10
2005-12-03NFS: Fix post-op attribute revalidation...Trond Myklebust2-0/+4
2005-12-03NFS: use set_page_writeback() in the appropriate placesTrond Myklebust1-2/+4
2005-12-03NFS: Fix a few further cache consistency regressionsTrond Myklebust1-34/+20
2005-12-03NFS: Fix cache consistency regressionSteve Dickson1-0/+1
2005-11-29[CIFS] For previous fix, mode on mkdir needed S_IFDIR left out.Steve French1-0/+1
2005-11-29[CIFS] Missing parenthesis and typo in previous fixSteve French2-2/+3
2005-11-29Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French14-35/+84
2005-11-29[CIFS] Fix umount --force to wake up the pending response queue, not justSteve French5-8/+62
2005-11-29[CIFS] Fix missing permission check on setattr when noperm mount option isSteve French5-13/+60
2005-11-29[PATCH] hfsplus: don't modify journaled volumeRoman Zippel4-6/+33
2005-11-29[PATCH] reiserfs: handle cnode allocation failure gracefullyJeff Mahoney1-0/+9
2005-11-29VM: add common helper function to create the page tablesLinus Torvalds1-11/+1
2005-11-29[JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects.Thomas Gleixner2-1/+3
2005-11-28[PATCH] fuse: check for invalid node ID in fuse_create_open()Miklos Szeredi1-3/+8
2005-11-28[PATCH] fuse: check directory aliasing in mkdirMiklos Szeredi1-9/+17
2005-11-28[PATCH] Fix oops in vfs_quotaon_mount()Jan Kara1-0/+6
2005-11-28[PATCH] v9fs: fix memory leak in v9fs dentry codeLatchesar Ionkov1-0/+2
2005-11-28[PATCH] ext3: Wrong return value for EXT3_IOC_GROUP_ADDGlauber de Oliveira Costa1-0/+1
2005-11-28[PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage()Oleg Drokin1-1/+1
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-4/+3
2005-11-28[CIFS] When file is deleted locally but later recreated on the serverSteve French3-20/+35
2005-11-25NFS: Fix a spinlock recursion inside nfs_update_inode()Trond Myklebust1-14/+12
2005-11-25NFSv4: Fix typo in lock cachingTrond Myklebust1-3/+3
2005-11-25NFSv4: Fix buggy nfs_wait_on_sequence()Trond Myklebust1-10/+10
2005-11-25[XFS] Resolve the xlog_grant_log_space hang, revert inline to macro.Nathan Scott1-24/+12
2005-11-25[XFS] Fix a case where attr2 format was being used unconditionally.Nathan Scott1-3/+8
2005-11-25[XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to runFelix Blyakher1-2/+3
2005-11-25[XFS] Fix a 32 bit value wraparound when providing a mapping for a largeNathan Scott1-7/+6
2005-11-25[XFS] handle error returns from freeze_bdevChristoph Hellwig1-1/+1
2005-11-25[XFS] Fix potential overflow in xfs_iomap_t delta for very large extentsEric Sandeen1-1/+1
2005-11-23[PATCH] jffs2 debug gcc-2.9x fixAndrew Morton1-4/+4
2005-11-23[PATCH] fix do_wait() vs exec() raceOleg Nesterov1-4/+4
2005-11-22[PATCH] Fix hugetlbfs_statfs() reporting of block limitsDavid Gibson1-4/+8
2005-11-22[PATCH] Fix error handling with put_compat_statfs()David Gibson1-8/+8
2005-11-21Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+3
2005-11-20[COMPAT] net: SIOCGIFCONF data corruptionAlexandra Kossovsky1-5/+3
2005-11-20[PATCH] Remove compat ioctl semaphoreAndi Kleen1-7/+0
2005-11-19Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-0/+169
2005-11-19[CIFS] Fix setattr of mode only (e.g. in some chmod cases) to WindowsSteve French1-0/+1
2005-11-18[CIFS] Fix mknod of block and chardev over SFU mountsSteve French3-13/+62
2005-11-18[COMPAT]: EXT3_IOC_SETVERSION is _IOW() not _IOR().David S. Miller1-1/+1
2005-11-18[CIFS] Missing part of previous patchSteve French2-0/+3
2005-11-18[CIFS] Fix scheduling while atomic when pending writes at file close timeSteve French2-22/+56
2005-11-17[CIFS] Vectored and async i/o turned on and correct theSteve French1-72/+45
2005-11-17[CIFS] Recognize properly symlinks and char/blk devices (not justSteve French1-4/+44
2005-11-17[COMPAT]: Add ext3 ioctl translations.David S. Miller1-0/+36
2005-11-16[CIFS] Fix sparse warnings on smb bcc (byte count)Steve French2-3/+3
2005-11-16[DVB]: Add compat ioctl handling.David S. Miller1-0/+133
2005-11-15[CIFS] Fix endian errors (setfacl/getfacl failures) in handling ACLsSteve French1-14/+17
2005-11-15[CIFS] Recognize properly symlinks and char/blk devices (not just FIFOs)Steve French2-10/+66
2005-11-13Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French6-31/+27
2005-11-13[PATCH] ext2: remove duplicate newlines in ext2_fill_superJohann Lombardi1-1/+1
2005-11-13[PATCH] aio: replace locking comments with assert_spin_locked()Zach Brown1-5/+12
2005-11-13[PATCH] aio: remove kioctx from mm_structZach Brown1-18/+9
2005-11-13[PATCH] Fix sparse warning in proc/task_mmu.cLuiz Fernando Capitulino1-1/+1
2005-11-13[PATCH] ext3: journal handling on error path in ext3_journalled_writepage()Denis Lunev1-1/+3
2005-11-13Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds1-3/+0
2005-11-13[JFFS2] Remove broken and useless debug codeThomas Gleixner1-3/+0
2005-11-13[PATCH] VFS: local denial-of-service with file leasesChris Wright1-1/+0
2005-11-13[PATCH] VFS: Fix memory leak with file leasesJ. Bruce Fields1-1/+1
2005-11-12Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French8-117/+7
2005-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds8-117/+7
2005-11-11[CIFS] Cleanup sparse warnings for unicode little endian castsSteve French7-68/+60
2005-11-11[CIFS] Fix CIFS "nobrl" mount option so does not disable sending brl requestsSteve French4-17/+75
2005-11-10[CIFS] Fix spaces in cifs kconfig entrySteve French1-3/+2
2005-11-10[CIFS] Reduce sparse endian warningsSteve French1-2/+3
2005-11-10[CIFS] Update CIFS change logSteve French2-1/+38
2005-11-10[CIFS] Reserve upcall IDX value for CIFS with connector header and addSteve French2-0/+13
2005-11-09(no commit message)Steve French1-3/+8
2005-11-09Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French322-15560/+12084
2005-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds1-0/+3
2005-11-09[PATCH] fs/hugetlbfs/inode.c: make a function staticAdrian Bunk1-1/+1
2005-11-09[PATCH] fs/namei.c: make path_lookup_create() staticAdrian Bunk1-2/+3
2005-11-09[PATCH] fbdev: move ioctl32 code to fbmem.cArnd Bergmann1-143/+0
2005-11-09[PATCH] re-add TIOCSTART and TIOCSTOP compat_ioctl handlersChristoph Hellwig1-0/+10
2005-11-09[PATCH] sanitize lookup_hash prototypeChristoph Hellwig1-10/+10
2005-11-09[PATCH] add a file_permission helperChristoph Hellwig6-19/+41
2005-11-09[PATCH] add a vfs_permission helperChristoph Hellwig5-14/+29
2005-11-09[PATCH] ext2: remove the ancient CHANGES fileAdrian Bunk1-157/+0
2005-11-09[PATCH] remove CONFIG_EXT{2,3}_CHECKAdrian Bunk6-258/+2
2005-11-09[PATCH] Fix return value in reiserfs allocatorJan Kara1-2/+2
2005-11-09[PATCH] fat: respect silent mount flagChristoph Hellwig1-4/+7
2005-11-09[PATCH] hpfs: remove spurious mtime updateChristoph Hellwig1-5/+2
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering15-20/+1
2005-11-08[PATCH] fix de_thread() vs send_group_sigqueue() raceOleg Nesterov1-3/+7
2005-11-08fs/ioprio.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1