summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds15-111/+397
2009-03-27ext3: Avoid starting a transaction in writepage when not necessaryJan Kara1-5/+13
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds7-25/+323
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds46-2493/+1347
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-7/+43
2009-03-26Make relatime defaultMatthew Garrett1-2/+3
2009-03-26Add a strictatime mount optionMatthew Garrett1-1/+5
2009-03-26Allow relatime to update atime once a dayMatthew Garrett1-9/+38
2009-03-25sysfs: fix some bin_vm_ops errorsHugh Dickins1-10/+79
2009-03-25sysfs: only allow one scheduled removal callback per kobjAlex Chiang1-3/+23
2009-03-25Driver core: implement uevent suppress in kobjectMing Lei1-5/+5
2009-03-25sysfs: don't block indefinitely for unmapped files.Eric W. Biederman3-13/+174
2009-03-25sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman3-0/+19
2009-03-25sysfs: sysfs_add_one WARNs with full path to duplicate filenameAlex Chiang1-2/+30
2009-03-25sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman1-0/+2
2009-03-25SYSFS: use standard magic.h for sysfsQinghuang Feng1-2/+1
2009-03-24GFS2: Fix freeze issueSteven Whitehouse1-2/+0
2009-03-24Fix a minor bug in the previous patchSteven Whitehouse1-2/+3
2009-03-24GFS2: Clean up of glops.cSteven Whitehouse5-89/+57
2009-03-24GFS2: Fix locking bug in failed shared to exclusive conversionBenjamin Marzinski2-3/+5
2009-03-24GFS2: Pagecache usage optimization on GFS2Hisashi Hifumi1-0/+3
2009-03-24GFS2: fix sparse warning: Should it be static?Hannes Eder1-1/+2
2009-03-24GFS2: fix sparse warnings: constant is so big it is ...Hannes Eder1-6/+6
2009-03-24GFS2: Support quota/noquota mount argumentsSteven Whitehouse1-0/+6
2009-03-24GFS2: Fix alignment issue and tidy gfs2_bitfitSteven Whitehouse1-62/+70
2009-03-24GFS2: Add a "demote a glock" interface to sysfsSteven Whitehouse5-4/+61
2009-03-24GFS2: Expose UUID via sysfs/ueventSteven Whitehouse3-0/+39
2009-03-24GFS2: Support generation of discard requestsSteven Whitehouse4-1/+68
2009-03-24GFS2: Fix deadlock on journal flushSteven Whitehouse3-27/+34
2009-03-24GFS2: Fix error path ref counting for root inodeSteven Whitehouse1-0/+2
2009-03-24GFS2: Remove unused field from glockSteven Whitehouse2-3/+0
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse41-2170/+819
2009-03-24GFS2: Remove "double" locking in quotaSteven Whitehouse3-28/+14
2009-03-24GFS2: change gfs2_quota_scan into a shrinkerAbhijith Das7-73/+114
2009-03-24GFS2: Bring back lvb-related stuff to lock_nolock to support quotasAbhijith Das1-0/+82
2009-03-24GFS2: Fix remount argument parsingSteven Whitehouse5-133/+73
2009-03-24Merge branch 'master' into nextJames Morris117-1204/+3255
2009-03-22Update my email addressGertjan van Wingerde2-2/+2
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks3-25/+18
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-20aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer1-2/+3
2009-03-20eventfd: remove fput() call from possible IRQ contextDavide Libenzi1-10/+27
2009-03-20Merge 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-18Merge 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