aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-03-26Make relatime defaultMatthew Garrett
2009-03-26Add a strictatime mount optionMatthew Garrett
2009-03-26Allow relatime to update atime once a dayMatthew Garrett
2009-03-24sysfs: fix some bin_vm_ops errorsHugh Dickins
2009-03-24sysfs: only allow one scheduled removal callback per kobjAlex Chiang
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman
2009-03-24sysfs: sysfs_add_one WARNs with full path to duplicate filenameAlex Chiang
2009-03-24sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman
2009-03-24SYSFS: use standard magic.h for sysfsQinghuang Feng
2009-03-24GFS2: Fix freeze issueSteven Whitehouse
2009-03-24Fix a minor bug in the previous patchSteven Whitehouse
2009-03-24GFS2: Clean up of glops.cSteven Whitehouse
2009-03-24GFS2: Fix locking bug in failed shared to exclusive conversionBenjamin Marzinski
2009-03-24GFS2: Pagecache usage optimization on GFS2Hisashi Hifumi
2009-03-24GFS2: fix sparse warning: Should it be static?Hannes Eder
2009-03-24GFS2: fix sparse warnings: constant is so big it is ...Hannes Eder
2009-03-24GFS2: Support quota/noquota mount argumentsSteven Whitehouse
2009-03-24GFS2: Fix alignment issue and tidy gfs2_bitfitSteven Whitehouse
2009-03-24GFS2: Add a "demote a glock" interface to sysfsSteven Whitehouse
2009-03-24GFS2: Expose UUID via sysfs/ueventSteven Whitehouse
2009-03-24GFS2: Support generation of discard requestsSteven Whitehouse
2009-03-24GFS2: Fix deadlock on journal flushSteven Whitehouse
2009-03-24GFS2: Fix error path ref counting for root inodeSteven Whitehouse
2009-03-24GFS2: Remove unused field from glockSteven Whitehouse
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse
2009-03-24GFS2: Remove "double" locking in quotaSteven Whitehouse
2009-03-24GFS2: change gfs2_quota_scan into a shrinkerAbhijith Das
2009-03-24GFS2: Bring back lvb-related stuff to lock_nolock to support quotasAbhijith Das
2009-03-24GFS2: Fix remount argument parsingSteven Whitehouse
2009-03-24Merge branch 'master' into nextJames Morris
2009-03-22Update my email addressGertjan van Wingerde
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks
2009-03-19aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer
2009-03-19eventfd: remove fput() call from possible IRQ contextDavide Libenzi
2009-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds
2009-03-18Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-03-17NFSD: provide encode routine for OP_OPENATTRBenny Halevy
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds
2009-03-16ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le
2009-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-03-14block: fix memory leak in bio_clone()Li Zefan