aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2008-01-22[SPARC]: Constify function pointer tables.Jan Engelhardt1-1/+1
2008-01-22Fix file references in documentation and KconfigJohann Felix Soden1-2/+2
2008-01-17jbd: do not try lock_acquire after handle made invalidJonas Bonn1-0/+2
2008-01-17hfs: fix coverity-found null derefEric Sandeen1-3/+4
2008-01-16sysfs: fix bugs in sysfs_rename/move_dir()Tejun Heo1-1/+3
2008-01-16sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookupTejun Heo1-1/+3
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds1-2/+0
2008-01-14fix the "remove task_ppid_nr_ns" commitOleg Nesterov1-1/+1
2008-01-13knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown2-2/+8
2008-01-13remove task_ppid_nr_nsRoland McGrath1-2/+2
2008-01-12Use access mode instead of open flags to determine needed permissionsLinus Torvalds1-2/+2
2008-01-11Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds1-6/+10
2008-01-11[XFS] fix unaligned access in readdirChristoph Hellwig1-6/+10
2008-01-10NFSv4: Give the lock stateid its own sequence queueTrond Myklebust2-1/+5
2008-01-08hfs: handle more on-disk corruptions without oopsingEric Sandeen4-3/+42
2008-01-08eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow2-17/+4
2008-01-08fat: optimize fat_count_free_clusters()OGAWA Hirofumi1-0/+28
2008-01-07core dump: real_parent ppidRoland McGrath1-2/+2
2008-01-06fix: using joysticks in 32 bit applications on 64 bit systemsAkos Maroy1-0/+8
2008-01-03NFSv4: Fix open_to_lock_owner sequenceid allocation...Trond Myklebust1-11/+19
2008-01-03NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on errorTrond Myklebust1-3/+1
2008-01-03NFSv4: Fix circular locking dependency in nfs4_kill_renewdTrond Myklebust1-2/+0
2008-01-03NFS: Fix a possible Oops in fs/nfs/super.cTrond Myklebust1-1/+11
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro4-5/+24
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds1-19/+2
2008-01-02slub: register slabinfo to procfsPekka Enberg1-0/+17
2007-12-23ecryptfs: redo dget,mntget on dentry_open failureEric Sandeen1-1/+4
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen2-4/+5
2007-12-23Don't send quota messages repeatedly when hardlimit reachedJan Kara1-7/+16
2007-12-23Fix computation of SKB size for quota messagesJan Kara1-5/+4
2007-12-23ecryptfs: fix string overflow on long cipher namesEric Sandeen1-0/+1
2007-12-20Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2-3/+2
2007-12-21[XFS] Initialise current offset in xfs_file_readdir correctlyLachlan McIlroy1-0/+1
2007-12-21[XFS] Fix mknod regressionChristoph Hellwig1-3/+1
2007-12-20mm: fix exit_mmap BUG() on a.out binary exitIvan Kokshaysky1-1/+0
2007-12-18[XFS] Put the correct offset in dirent d_offLachlan McIlroy4-13/+8
2007-12-18[XFS] Don't wait for pending I/Os when purging blocks beyond eof.Lachlan McIlroy1-2/+4
2007-12-17Fix compilation warning in dquot.cJan Kara1-2/+2
2007-12-17ecryptfs: fix fsx data corruption problemsEric Sandeen2-17/+41
2007-12-17ecryptfs: set s_blocksize from lower fs in sbEric Sandeen1-0/+1
2007-12-17ext3, ext4: avoid divide by zeroAndries E. Brouwer2-2/+2
2007-12-17fs/Kconfig: grammar fixUwe Kleine-König1-1/+1
2007-12-17ecryptfs: initialize new auth_tokens before teardownEric Sandeen1-1/+1
2007-12-17Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds4-6/+15
2007-12-17ocfs2: Re-journal buffers after transaction extendMark Fasheh2-21/+51
2007-12-17ocfs2: Allow for debugging of transaction extendsMark Fasheh1-0/+4
2007-12-17ocfs2: Don't panic when truncating an empty extentMark Fasheh1-2/+0
2007-12-17ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()Mark Fasheh1-1/+2
2007-12-12NFS: Fix an Oops in NFS unmountTrond Myklebust1-0/+11
2007-12-12Revert "NFS: Ensure we return zero if applications attempt to write zero bytes"Trond Myklebust1-2/+0
2007-12-11NFSv2/v3: Fix a memory leak when using -onolockTrond Myklebust1-3/+3
2007-12-11NFS: Fix NFS mountpoint crossing...Trond Myklebust1-1/+1
2007-12-10proc: remove/Fix proc generic d_revalidateEric W. Biederman1-7/+0
2007-12-10Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds8-50/+186
2007-12-10[XFS] Fix xfs_ichgtime()s broken usage of I_SYNCDavid Chinner1-2/+2
2007-12-10[XFS] Make xfsbufd threads freezableRafael J. Wysocki1-0/+2
2007-12-10[XFS] revert to double-buffering readdirChristoph Hellwig1-0/+124
2007-12-10[XFS] Fix broken inode cluster setup.David Chinner1-1/+1
2007-12-10[XFS] Clear XBF_READ_AHEAD flag on I/O completion.Lachlan McIlroy1-1/+1
2007-12-10[XFS] Fixed a few bugs in xfs_buf_associate_memory()Lachlan McIlroy1-20/+13
2007-12-10[XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy3-26/+40
2007-12-10[XFS] Fix dbflush panic in xfs_qm_sync.Donald Douwsma1-0/+3
2007-12-06Pull suspend-2.6.24 into release branchLen Brown1-1/+1
2007-12-05remove nonsense force-casts from ocfs2Al Viro1-14/+6
2007-12-05regression: bfs endianness bugAl Viro1-1/+2
2007-12-05regression: cifs endianness bugAl Viro1-16/+17
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan4-20/+5
2007-12-05jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara2-10/+10
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov2-3/+3
2007-12-05aio: only account I/O wait time in read_events if there are active requestsJeff Moyer1-1/+6
2007-12-04Freezer: Fix JFFS2 garbage collector freezing issue (rev. 2)Rafael J. Wysocki1-1/+1
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2-82/+16
2007-12-02[NETNS]: Fix /proc/net breakageEric W. Biederman2-82/+16
2007-11-29tty: add the new termios2 ioctls to the compatible list.Heiko Carstens1-0/+6
2007-11-29fuse: fix attribute caching after renameMiklos Szeredi1-0/+3
2007-11-29fuse: fix uninitialized field in fuse_inodeJohn Muir1-0/+1
2007-11-29fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi1-2/+1
2007-11-29fuse: pass open flags to read and writeMiklos Szeredi3-14/+17
2007-11-29fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi1-9/+18
2007-11-29fuse: fix reading past EOFMiklos Szeredi3-20/+52
2007-11-29fix up ext2_fs.h for userspace after reservations backportTobias Poschwatta1-0/+7
2007-11-29proc: remove races from proc_id_readdir()Eric W. Biederman1-23/+28
2007-11-29proc: fix NULL ->i_fop oopsAlexey Dobriyan3-40/+1
2007-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+5
2007-11-28sysfs: fix off-by-one error in fill_read_buffer()Miao Xie1-1/+5
2007-11-28vfs: coredumping fixIngo Molnar1-0/+6
2007-11-27ocfs2: reverse inline-data truncate argsMark Fasheh1-4/+15
2007-11-27ocfs2: Fix comparison in ocfs2_size_fits_inline_data()Mark Fasheh1-1/+1
2007-11-27ocfs2: Remove bug statement in ocfs2_dentry_iput()Mark Fasheh1-4/+16
2007-11-27[PATCH] ocfs2: Remove expensive bitmap scanningJan Kara2-2/+12
2007-11-27ocfs2: log valid inode # on bad inodeMark Fasheh1-2/+2
2007-11-27ocfs2: Filter -ENOSPC in mlog_errno()Mark Fasheh1-1/+1
2007-11-27[PATCH] fs/ocfs2: Add missing "space"Joe Perches2-3/+3
2007-11-27ocfs2: Reset journal parameters after s_mount_opt updateMark Fasheh1-3/+3
2007-11-26Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds5-100/+138
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-1/+3
2007-11-26NFS: Clean up new multi-segment direct I/O changesChuck Lever1-9/+13
2007-11-26NFS: Ensure we return zero if applications attempt to write zero bytesChuck Lever1-0/+2
2007-11-26NFS: Support multiple segment iovecs in the NFS direct I/O pathChuck Lever1-44/+23
2007-11-26NFS: Introduce iovec I/O helpers to fs/nfs/direct.cChuck Lever1-0/+71
2007-11-26NFS: fs/nfs/dir.c should #include "internal.h"Adrian Bunk1-0/+1
2007-11-26NFS: make nfs_wb_page_priority() staticAdrian Bunk1-1/+2
2007-11-26NFS: mount failure causes bad page stateRussell King1-2/+4
2007-11-26sched: fix prev_stime calculationIngo Molnar1-1/+3
2007-11-25[CIFS] Fix check after use error in ACL codeSteve French1-6/+7
2007-11-25Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French25-254/+304
2007-11-20[CIFS] Fix potential data corruption when writing out cached dirty pagesJeff Layton5-30/+58
2007-11-20[CIFS] Fix spurious reconnect on 2nd peek from read of SMB lengthPetr Tesarik1-3/+3
2007-11-17kernel BUG at fs/nfs/namespace.c:108! - can be triggered by bad serverNeil Brown1-0/+5
2007-11-17NFS: Fix the ustat() regressionTrond Myklebust1-54/+27
2007-11-17[CIFS] remove build warningSteve French3-2/+2
2007-11-16[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup requestSteve French4-18/+77
2007-11-16[CIFS] minor checkpatch cleanupSteve French3-9/+9
2007-11-16[CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_InfoJeff Layton2-3/+3
2007-11-16[CIFS] add hostname field to TCP_Server_Info structJeff Layton2-0/+37
2007-11-16[CIFS] clean up error handling in cifs_mountJeff Layton1-58/+30
2007-11-16[CIFS] add ver= prefix to upcall format versionSteve French1-6/+11
2007-11-14Fix 64KB blocksize in ext3 directoriesJan Kara2-52/+50
2007-11-14smbfs: fix debug buildsJeff Layton4-6/+7
2007-11-14mark sys_open/sys_read exports unusedArjan van de Ven2-2/+2
2007-11-14proc: simplify and correct proc_flush_taskEric W. Biederman1-9/+6
2007-11-14fuse_file_alloc(): fix NULL dereferencesAdrian Bunk1-2/+3
2007-11-14reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty fileFengguang Wu1-3/+0
2007-11-14Fixes to the BFS filesystem driverDmitri Vorobiev4-155/+184
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke1-5/+5
2007-11-14hugetlb: fix quota management for private mappingsAdam Litke1-1/+0
2007-11-14proc: fix proc_kill_inodes to kill dentries on all proc superblocksEric W. Biederman3-18/+25
2007-11-14Forbid user to change file flags on quota filesJan Kara5-0/+21
2007-11-14eCryptfs: cast page->index to loff_t instead of off_tMichael Halcrow1-1/+1
2007-11-13[CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French7-96/+133
2007-11-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds3-4/+4
2007-11-13Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds3-130/+9
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev1-1/+1
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2-3/+3
2007-11-12nfsd4: recheck for secure ports in fh_verifyJ. Bruce Fields1-17/+26
2007-11-12knfsd: fix spurious EINVAL errors on first access of new filesystemJ. Bruce Fields2-2/+2
2007-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds24-171/+727
2007-11-12core dump: remain dumpableRoland McGrath1-2/+4
2007-11-09[CIFS] fix oops on second mount to same server when null auth is usedJeff Layton2-1/+2
2007-11-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+4
2007-11-09Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-25/+73
2007-11-08[CIFS] Fix stale mode after readdir when cifsacl specifiedSteve French1-1/+7
2007-11-08[CIFS] add mode to acl conversion helper functionSteve French3-3/+37
2007-11-08[CIFS] Fix incorrect mode when ACL had deny access control entriesSteve French1-9/+46
2007-11-08[CIFS] Add uid to key description so krb can handle user mountsIgor Mammedov1-4/+8
2007-11-07ioprio: allow sys_ioprio_set() value of 0 to reset ioprio settingJens Axboe1-0/+4
2007-11-07[DLM] lowcomms: Do not muck with sysctl_rmem_max.David S. Miller1-5/+1
2007-11-07[NET]: Kill proc_net_create()David S. Miller1-7/+0
2007-11-06ocfs2: fix rename vs unlink raceSrinivas Eeda1-3/+10
2007-11-06[PATCH] Fix possibly too long write in o2hb_setup_one_bio()Jan Kara1-1/+1
2007-11-06ocfs2: fix write() performance regressionMark Fasheh1-0/+22
2007-11-06ocfs2: Commit journal on sync writesMark Fasheh1-1/+25
2007-11-06ocfs2: Re-order iput in ocfs2_drop_dentry_lockMark Fasheh1-1/+1
2007-11-06ocfs2: Create locks at initially requested levelMark Fasheh1-14/+9
2007-11-06[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Roel Kluin2-2/+2
2007-11-06[2.6 patch] make ocfs2_find_entry_el() staticAdrian Bunk1-3/+3
2007-11-069p: use copy of the options value instead of originalLatchesar Ionkov1-2/+4
2007-11-069p: fix memory leak in v9fs_get_sbLatchesar Ionkov1-0/+3
2007-11-05eCryptfs: release mutex on hash error pathMichael Halcrow1-4/+22
2007-11-05eCryptfs: increment extent_offset once per loop interationMichael Halcrow1-2/+0
2007-11-05fs/afs/vlocation.c: fix off-by-oneAdrian Bunk1-1/+1
2007-11-05[CIFS] Fix walking out end of cifs daclSteve French7-14/+19
2007-11-05[CIFS] Add upcall files for cifs to use spnego/kerberosSteve French2-0/+170
2007-11-03Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2007-11-03NTFS: Fix read regression.Anton Altaparmakov3-5/+20
2007-11-03[CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing routinesJeff Layton3-13/+26
2007-11-03[CIFS] Register and unregister cifs_spnego_key_type on module init/exitJeff Layton1-2/+14
2007-11-03[CIFS] implement upcalls for SPNEGO blob via keyctl APIJeff Layton3-2/+9
2007-11-03[CIFS] allow cifs_calc_signature2 to deal with a zero length iovecJeff Layton1-2/+3
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-11-01[CIFS] If no Access Control Entries, set mode perm bits to zeroSteve French3-23/+79
2007-11-01[CIFS] when mount helper missing fix slash wrong direction in shareSteve French2-6/+39
2007-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds1-1/+1
2007-10-31[CIFS] Don't request too much permission when reading an ACLSteve French4-12/+48
2007-10-30sysfs: make sysfs_{get,put}_active() staticAdrian Bunk2-4/+2
2007-10-30[COMPAT]: Fix new dev_ifname32 returning -EFAULTBenjamin Herrenschmidt1-1/+1
2007-10-30Kbuild/doc: fix links to Documentation filesDirk Hohndel1-3/+3
2007-10-30locks: fix possible infinite loop in posix deadlock detectionJ. Bruce Fields1-0/+11
2007-10-30revert "ufs: Fix mount check in ufs_fill_super()"Andrew Morton1-8/+7
2007-10-30[CIFS] enable get mode from ACL when cifsacl mount option specifiedShirish Pargaonkar2-8/+24
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh1-1/+2
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra1-1/+2
2007-10-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2007-10-27[JFFS2] Prevent return of initialised variable in jffs2_init_acl_post()David Woodhouse1-1/+1
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-0/+2
2007-10-26[NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman1-1/+1
2007-10-26[CIFS] ACL support part 8Steve French2-66/+73
2007-10-26[NET] fs/proc/proc_net.c: make a struct staticAdrian Bunk1-1/+1
2007-10-26[CIFS] acl support part 7Steve French2-4/+19
2007-10-25Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-16/+7
2007-10-25fs: Fix to correct the mbcache entries counterRam Gupta1-1/+1
2007-10-25Fix pointer mismatches in proc_sysctl.cDavid Howells1-2/+4
2007-10-25[CIFS] acl support part 6Steve French10-60/+169
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-16/+7
2007-10-23NFS: Fix for bug in handling of errors for O_DIRECT writesNeil Brown1-3/+3
2007-10-23[CIFS] acl support part 6Steve French3-65/+28
2007-10-239p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov1-2/+2
2007-10-239p: fix memleak in fs/9p/v9fs.cAdrian Bunk1-0/+1
2007-10-23[CIFS] remove unused funtion compile warning when experimental offParag Warudkar1-0/+2