aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-25jbd: fix a bug of leaking jh->b_jcountDing Dinghua1-1/+1
2011-06-25jbd: remove dependency on __GFP_NOFAILJan Kara1-4/+4
2011-06-25ext3: Convert ext3 to new truncate calling conventionJan Kara2-17/+11
2011-06-25jbd: Add fixed tracepointsLukas Czerner3-0/+19
2011-06-25ext3: Add fixed tracepointsLukas Czerner6-16/+82
2011-06-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+13
2011-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-14/+25
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl2-2/+0
2011-06-23cifs: fix wsize negotiation to respect max buffer size and active signing (try #4)Jeff Layton1-13/+20
2011-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds4-12/+11
2011-06-22CIFS: Fix problem with 3.0-rc1 null user mount failurePavel Shilovsky1-1/+5
2011-06-21Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds12-61/+127
2011-06-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds10-160/+147
2011-06-21NFS: Fix decode_secinfo_maxszBryan Schumaker1-1/+1
2011-06-21NFSv4.1: Fix an off-by-one error in pnfs_generic_pg_testTrond Myklebust1-5/+16
2011-06-21NFSv4.1: Fix some issues with pnfs_generic_pg_testTrond Myklebust2-5/+10
2011-06-20Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-20/+19
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds10-36/+5
2011-06-20jfs: agstart field must be 64 bitsDave Kleikamp1-1/+1
2011-06-20NFSv4.1: file layout must consider pg_bsize for coalescingBenny Halevy2-3/+6
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds11-189/+174
2011-06-20JFS: Don't save agno in the inodeDave Kleikamp3-9/+9
2011-06-20jfs: Update agstart when resizing volumeDave Kleikamp1-2/+1
2011-06-20jfs: old_agsize should be 64 bits in jfs_extendfsDave Kleikamp1-1/+1
2011-06-20fix comment in generic_permission()Al Viro1-1/+2
2011-06-20kill obsolete comment for follow_down()Al Viro1-3/+0
2011-06-20proc_sys_permission() is OK in RCU modeAl Viro1-3/+0
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeAl Viro1-2/+0
2011-06-20proc_fd_permission() is doesn't need to bail out in RCU modeAl Viro1-5/+1
2011-06-20nilfs2_permission() doesn't need to bail out in RCU modeAl Viro1-6/+1
2011-06-20logfs doesn't need ->permission() at allAl Viro1-8/+0
2011-06-20coda_ioctl_permission() is safe in RCU modeAl Viro1-2/+0
2011-06-20cifs_permission() doesn't need to bail out in RCU modeAl Viro1-3/+0
2011-06-20bad_inode_permission() is safe from RCU modeAl Viro1-3/+0
2011-06-20ubifs: dereferencing an ERR_PTR in ubifs_mount()Dan Carpenter1-0/+1
2011-06-20nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields1-6/+9
2011-06-19pnfs-obj: No longer needed to take an extra ref at add_deviceBoaz Harrosh1-1/+0
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2011-06-18isofs: fix bh leak in isofs_fill_super() error caseLinus Torvalds1-1/+2
2011-06-17Btrfs: avoid delayed metadata items during commitsChris Mason3-10/+28
2011-06-17btrfs: fix uninitialized return valueDavid Sterba1-3/+3
2011-06-17btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie2-6/+20
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst3-148/+0
2011-06-17btrfs: fix dereference of ERR_PTR valueDavid Sterba1-1/+1
2011-06-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into for-linusChris Mason3-3/+14
2011-06-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-96/+42
2011-06-17Btrfs: fix relocation racesChris Mason4-13/+105
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-1/+1
2011-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds1-3/+6
2011-06-16NFSv4: Fix a readdir regressionTrond Myklebust1-7/+7