aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-11-14Fix 64KB blocksize in ext3 directoriesGravatar Jan Kara 2-52/+50
2007-11-14smbfs: fix debug buildsGravatar Jeff Layton 4-6/+7
2007-11-14mark sys_open/sys_read exports unusedGravatar Arjan van de Ven 2-2/+2
2007-11-14proc: simplify and correct proc_flush_taskGravatar Eric W. Biederman 1-9/+6
2007-11-14fuse_file_alloc(): fix NULL dereferencesGravatar Adrian Bunk 1-2/+3
2007-11-14reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty fileGravatar Fengguang Wu 1-3/+0
2007-11-14Fixes to the BFS filesystem driverGravatar Dmitri Vorobiev 4-155/+184
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Gravatar Adam Litke 1-5/+5
2007-11-14hugetlb: fix quota management for private mappingsGravatar Adam Litke 1-1/+0
2007-11-14proc: fix proc_kill_inodes to kill dentries on all proc superblocksGravatar Eric W. Biederman 3-18/+25
2007-11-14Forbid user to change file flags on quota filesGravatar Jan Kara 5-0/+21
2007-11-14eCryptfs: cast page->index to loff_t instead of off_tGravatar Michael Halcrow 1-1/+1
2007-11-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar Linus Torvalds 3-4/+4
2007-11-13Revert "ext2/ext3/ext4: add block bitmap validation"Gravatar Linus Torvalds 3-130/+9
2007-11-13[NET]: Move unneeded data to initdata section.Gravatar Denis V. Lunev 1-1/+1
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Gravatar Trond Myklebust 2-3/+3
2007-11-12nfsd4: recheck for secure ports in fh_verifyGravatar J. Bruce Fields 1-17/+26
2007-11-12knfsd: fix spurious EINVAL errors on first access of new filesystemGravatar J. Bruce Fields 2-2/+2
2007-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 24-171/+727
2007-11-12core dump: remain dumpableGravatar Roland McGrath 1-2/+4
2007-11-09[CIFS] fix oops on second mount to same server when null auth is usedGravatar Jeff Layton 2-1/+2
2007-11-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+4
2007-11-09Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-25/+73
2007-11-08[CIFS] Fix stale mode after readdir when cifsacl specifiedGravatar Steve French 1-1/+7
2007-11-08[CIFS] add mode to acl conversion helper functionGravatar Steve French 3-3/+37
2007-11-08[CIFS] Fix incorrect mode when ACL had deny access control entriesGravatar Steve French 1-9/+46
2007-11-08[CIFS] Add uid to key description so krb can handle user mountsGravatar Igor Mammedov 1-4/+8
2007-11-07ioprio: allow sys_ioprio_set() value of 0 to reset ioprio settingGravatar Jens Axboe 1-0/+4
2007-11-07[DLM] lowcomms: Do not muck with sysctl_rmem_max.Gravatar David S. Miller 1-5/+1
2007-11-07[NET]: Kill proc_net_create()Gravatar David S. Miller 1-7/+0
2007-11-06ocfs2: fix rename vs unlink raceGravatar Srinivas Eeda 1-3/+10
2007-11-06[PATCH] Fix possibly too long write in o2hb_setup_one_bio()Gravatar Jan Kara 1-1/+1
2007-11-06ocfs2: fix write() performance regressionGravatar Mark Fasheh 1-0/+22
2007-11-06ocfs2: Commit journal on sync writesGravatar Mark Fasheh 1-1/+25
2007-11-06ocfs2: Re-order iput in ocfs2_drop_dentry_lockGravatar Mark Fasheh 1-1/+1
2007-11-06ocfs2: Create locks at initially requested levelGravatar Mark Fasheh 1-14/+9
2007-11-06[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Gravatar Roel Kluin 2-2/+2
2007-11-06[2.6 patch] make ocfs2_find_entry_el() staticGravatar Adrian Bunk 1-3/+3
2007-11-069p: use copy of the options value instead of originalGravatar Latchesar Ionkov 1-2/+4
2007-11-069p: fix memory leak in v9fs_get_sbGravatar Latchesar Ionkov 1-0/+3
2007-11-05eCryptfs: release mutex on hash error pathGravatar Michael Halcrow 1-4/+22
2007-11-05eCryptfs: increment extent_offset once per loop interationGravatar Michael Halcrow 1-2/+0
2007-11-05fs/afs/vlocation.c: fix off-by-oneGravatar Adrian Bunk 1-1/+1
2007-11-05[CIFS] Fix walking out end of cifs daclGravatar Steve French 7-14/+19
2007-11-05[CIFS] Add upcall files for cifs to use spnego/kerberosGravatar Steve French 2-0/+170
2007-11-03Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2007-11-03NTFS: Fix read regression.Gravatar Anton Altaparmakov 3-5/+20
2007-11-03[CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing routinesGravatar Jeff Layton 3-13/+26
2007-11-03[CIFS] Register and unregister cifs_spnego_key_type on module init/exitGravatar Jeff Layton 1-2/+14
2007-11-03[CIFS] implement upcalls for SPNEGO blob via keyctl APIGravatar Jeff Layton 3-2/+9