summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-02cifs: remove an potentially confusing, obsolete commentSuresh Jayaraman1-6/+0
2010-08-02cifs: guard cifsglob.h against multiple inclusionSuresh Jayaraman1-0/+5
2010-08-02GFS2: Fix recovery stuck bug (try #2)Steven Whitehouse1-7/+39
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar20-78/+210
2010-08-02security: make LSMs explicitly mask off permissionsEric Paris1-2/+1
2010-08-02vfs: re-introduce MAY_CHDIREric Paris3-5/+5
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa2-5/+3
2010-08-02ext4: Add mount options in superblockTheodore Ts'o2-8/+30
2010-08-02NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust1-5/+0
2010-08-02ext4: force block allocation on quota_offDmitry Monakhov1-1/+14
2010-08-02ext4: fix freeze deadlock under IOEric Sandeen1-2/+2
2010-07-31Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-11/+31
2010-07-31CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2-2/+2
2010-07-30NFS: Ensure that writepage respects the nonblock flagTrond Myklebust1-6/+17
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust2-4/+13
2010-07-30nfs: include space for the NUL in root pathDan Carpenter1-1/+1
2010-07-30NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pidTrond Myklebust4-14/+50
2010-07-30NFSv4: Add support for the RELEASE_LOCKOWNER operationTrond Myklebust4-0/+86
2010-07-30NFSv4: Clean up for lockowner XDR encodingTrond Myklebust1-12/+20
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust6-17/+104
2010-07-30GFS2: Fix typo in stuffed file data copy handlingAbhijith Das1-1/+1
2010-07-30CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2010-07-29ext4: drop inode from orphan list if ext4_delete_inode() failsTheodore Ts'o1-0/+1
2010-07-29Revert "GFS2: recovery stuck on transaction lock"Steven Whitehouse1-10/+0
2010-07-29GFS2: Make "try" lock not try quite so hardSteven Whitehouse1-24/+25
2010-07-29GFS2: remove dependency on __GFP_NOFAILDavid Rientjes1-2/+9
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson6-35/+14
2010-07-29GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse3-5/+80
2010-07-29GFS2: Use nobh_writepageSteven Whitehouse1-4/+1
2010-07-29ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
2010-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-36/+50
2010-07-28GFS2: Use kmalloc when possible for ->readdir()Steven Whitehouse1-6/+25
2010-07-28ceph: use complete_all and wake_up_allYehuda Sadeh6-20/+20
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov1-1/+1
2010-07-27ext4: check to make make sure bd_dev is set before dereferencing itTheodore Ts'o1-4/+13
2010-07-27jbd2: Make barrier messages less scaryEric Sandeen1-4/+4
2010-07-27ext4: don't print scary messages for allocation failures post-abortEric Sandeen2-11/+17
2010-07-27ext4: fix EFBIG edge case when writing to large non-extent fileToshiyuki Okajima1-1/+2
2010-07-27ext4: fix ext4_get_blocks referencesEric Sandeen2-9/+6
2010-07-27ext4: Always journal quota file modificationsJan Kara1-14/+5
2010-07-27ext4: Fix potential memory leak in ext4_fill_superCyrill Gorcunov1-3/+5
2010-07-27ext4: Don't error out the fs if the user tries to make a file too bigTheodore Ts'o1-4/+2
2010-07-27ext4: allocate stripe-multiple IOs on stripe boundariesEric Sandeen1-4/+3
2010-07-27ext4: move aio completion after unwritten extent conversionjiayingz@google.com (Jiaying Zhang)2-6/+15
2010-07-27direct-io: move aio_complete into ->end_ioChristoph Hellwig5-17/+35
2010-07-27ext4: Support discard requests when running in no-journal modeJiaying Zhang1-16/+21
2010-07-27jbd2: Remove __GFP_NOFAIL from jbd2 layerTheodore Ts'o2-22/+54
2010-07-27ext4: Fix block bitmap inconsistencies after a crash when deleting filesAmir G1-22/+13
2010-07-27ext4: Remove unnecessary casts of private_dataJoe Perches2-2/+2
2010-07-27ext4: fix potential NULL dereference while tracingTheodore Ts'o1-2/+2