summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-19aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer1-2/+3
2009-03-19eventfd: remove fput() call from possible IRQ contextDavide Libenzi1-10/+27
2009-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds3-3/+59
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds1-12/+11
2009-03-18Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2009-03-18[CIFS] Fix memory overwrite when saving nativeFileSystem field during mountSteve French2-1/+4
2009-03-18[CIFS] Rename compose_mount_options to cifs_compose_mount_options.Steve French2-20/+19
2009-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-7/+16
2009-03-17NFSD: provide encode routine for OP_OPENATTRBenny Halevy1-0/+1
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds1-1/+1
2009-03-16ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen1-2/+7
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le1-9/+7
2009-03-16Rationalize fasync return valuesJonathan Corbet3-14/+6
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet2-25/+17
2009-03-16Use f_lock to protect f_flagsJonathan Corbet3-4/+10
2009-03-16Rename struct file->f_ep_lockJonathan Corbet2-5/+8
2009-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-4/+7
2009-03-14block: fix memory leak in bio_clone()Li Zefan1-1/+3
2009-03-14block: Add gfp_mask parameter to bio_integrity_clone()un'ichi Nomura2-3/+4
2009-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds6-37/+171
2009-03-14Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-16/+33
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks4-4/+9
2009-03-14nommu: ramfs: don't leak pages when adding to page cache failsJohannes Weiner1-0/+1
2009-03-14nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discardedEnrik Berkhan1-0/+3
2009-03-14ext4: fix bogus BUG_ONs in in mballoc codeEric Sandeen1-2/+2
2009-03-12ocfs2: Use xs->bucket to set xattr value outsideTao Ma1-6/+20
2009-03-12ocfs2: Fix a bug found by sparse check.Tao Ma1-1/+2
2009-03-12ocfs2: tweak to get the maximum inline data size with xattrTiger Yang3-9/+7
2009-03-12ocfs2: reserve xattr block for new directory with inline dataTiger Yang1-0/+4
2009-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds1-17/+4
2009-03-12fs: new inode i_state corruption fixNick Piggin2-1/+15
2009-03-12vfs: add missing unlock in sget()Li Zefan1-1/+4
2009-03-12pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov1-4/+4
2009-03-12NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...Trond Myklebust1-29/+39
2009-03-12ext4: Print the find_group_flex() warning only onceTheodore Ts'o1-1/+3
2009-03-12Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchPhillip Lougher1-17/+4
2009-03-12[CIFS] work around bug in Samba server handling for posix openSteve French3-3/+16
2009-03-12[CIFS] Use posix open on file open when server supports itSteve French1-13/+111
2009-03-12cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton1-2/+4
2009-03-12[CIFS] Add definitions for remoteably fsctl callsSteve French2-43/+90
2009-03-12[CIFS] add extra null attr checkSteve French1-0/+3
2009-03-12[CIFS] fix build errorSteve French3-3/+3
2009-03-12[CIFS] reopen file via newer posix open protocol operation if availableSteve French3-8/+58
2009-03-12[CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flushSteve French5-6/+31
2009-03-12[CIFS] DFS no longer experimentalSteve French2-19/+22
2009-03-12[CIFS] Send SMB flush in cifs_fsyncSteve French7-1/+44
2009-03-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-17/+39
2009-03-11Fix _fat_bmap() lockingOGAWA Hirofumi1-2/+2
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang1-1/+1