summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-03-23[PATCH] "ext[34]: EA block reference count racing fix" performance fixAndrew Morton1-1/+2
2007-03-23[PATCH] FDPIC: fix the /proc/pid/stat representation of executable boundariesDavid Howells1-4/+11
2007-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds4-4/+35
2007-03-22[PATCH] Make XFS workqueues nonfreezableRafael J. Wysocki1-2/+2
2007-03-23[CIFS] Allow reset of file to ATTR_NORMAL when archive bit not setSteve French2-4/+16
2007-03-16[PATCH] fix process crash caused by randomisation and 64k pagesJames Bottomley1-1/+1
2007-03-16[PATCH] change misleading EFI partition support descriptionJohannes Berg1-2/+1
2007-03-16[PATCH] nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regula...Trond Myklebust1-1/+2
2007-03-16[PATCH] nfs: fix congestion controlPeter Zijlstra3-44/+84
2007-03-16[PATCH] fix rescan_partitions to return errors properlysuzuki1-1/+1
2007-03-16[PATCH] smbfs: double free memory corruptionVasily Averin1-0/+1
2007-03-16[PATCH] eCryptfs: fix possible NULL ptr deref in ecryptfs_d_release()Michael Halcrow1-10/+5
2007-03-16[PATCH] ufs2: tindirect truncate fixEvgeniy Dushistov1-1/+1
2007-03-16[PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov3-18/+35
2007-03-16[PATCH] ufs: prepare write + change blocks on the flyEvgeniy Dushistov1-28/+53
2007-03-16[PATCH] ufs2: more correct work with timeEvgeniy Dushistov2-15/+14
2007-03-16[CIFS] Do not negotiate new POSIX_PATH_OPERATIONS_CAP yetSteve French1-1/+7
2007-03-15[PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern2-8/+12
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern1-0/+54
2007-03-14Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds8-54/+84
2007-03-14[PATCH] cifs endianness annotationsAl Viro1-1/+1
2007-03-14[PATCH] include of asm/pgtable.h in nfsfh is bogusAl Viro1-1/+0
2007-03-14[PATCH] sanitize security_getprocattr() APIAl Viro1-15/+6
2007-03-14ocfs2_dlm: Add missing locks in dlm_empty_lockresSunil Mushran1-0/+3
2007-03-14ocfs2_dlm: Missing get/put lockres in dlm_run_purge_lockresSunil Mushran1-0/+2
2007-03-14configfs: add missing mutex_unlock()Joel Becker1-15/+12
2007-03-14ocfs2: add some missing address space callbacksJoel Becker1-1/+25
2007-03-14ocfs2: Concurrent access of o2hb_region->hr_task was not lockedJoel Becker1-12/+32
2007-03-14ocfs2: Proper cleanup in case of error in ocfs2_register_hb_callbacks()Joel Becker4-26/+10
2007-03-10[CIFS] reset mode when client notices that ATTR_READONLY is no longer setAlan Tyson3-0/+13
2007-03-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-4/+36
2007-03-09[JFFS2] print a message when marking bad blockArtem Bityutskiy1-1/+1
2007-03-09[JFFS2] Check for all-zero node headersDavid Woodhouse2-1/+24
2007-03-08[PATCH] ecryptfs: nested locking annotationPeter Zijlstra1-1/+1
2007-03-08[PATCH] check_partition(): fix error checksuzuki1-1/+1
2007-03-08[PATCH] Add epoll compat_ code to fs/compat.cDavide Libenzi1-0/+100
2007-03-08[PATCH] uml: hostfs: make hostfs= option work as a jail, as intended.Paolo 'Blaisorblade' Giarrusso1-5/+7
2007-03-08[PATCH] uml: hostfs: fix double freePaolo 'Blaisorblade' Giarrusso1-1/+4
2007-03-08[JFFS2] Use yield() between GC passes in background thread.David Woodhouse1-1/+7
2007-03-08[JFFS2] Fix writebuffer recovery in the first page of a blockVitaly Wool1-1/+4
2007-03-07[GFS2] Fix bz 229873, alternate test: assertion "!ip->i_inode.i_mapping->nrpa...Steven Whitehouse1-1/+0
2007-03-07[GFS2] build fixakpm@linux-foundation.org1-0/+1
2007-03-07[GFS2] go_drop_bh is never used, so remove itSteven Whitehouse2-4/+0
2007-03-07[GFS2] Remove unused variableSteven Whitehouse2-2/+0
2007-03-07[GFS2] Fix bz 229831, lookup returns wrong inodeSteven Whitehouse1-1/+2
2007-03-07[GFS2] Fix bz 230143, incorrect flushing of rgrpsSteven Whitehouse1-0/+2
2007-03-07[GFS2] pass formal ino in do_filldir_mainWendy Cheng1-2/+2
2007-03-07[DLM] fs/dlm/user.c should #include "user.h"Adrian Bunk1-0/+1
2007-03-07[GFS2] fix hangup when multiple processes are trying to write to the same fileJosef Whiter1-2/+5
2007-03-07[GFS2] NFS filehandle checkWendy Cheng1-4/+1