ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / fs / gfs2 /
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-13 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-fixes
2010-03-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-11 Sachin PrabhuGFS2: Skip check for mandatory locks when unlocking
2010-03-11 Benjamin MarzinskiGFS2: Allow the number of committed revokes to temporar...
2010-03-09 Christoph HellwigGFS2: do not select QUOTA
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2010-03-08 Emese Revfykobject: Constify struct kset_uevent_ops
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-03-04 Christoph Hellwigquota: move code from sync_quota_sb into vfs_quota_sync
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-03 Al ViroSwitch gfs2 to nd_set_link()
2010-03-01 Bob PetersonGFS2: print glock numbers in hex
2010-03-01 Dave ChinnerGFS2: ordered writes are backwards
2010-03-01 Steven WhitehouseGFS2: Remove loopy umount code
2010-03-01 Steven WhitehouseGFS2: Metadata address space clean up
2010-02-12 Steven WhitehouseGFS2: Fix bmap allocation corner-case bug
2010-02-12 Abhijith DasGFS2: Fix error code
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-02-03 Steven WhitehouseGFS2: Extend umount wait coverage to full glock lifetime
2010-02-03 Steven WhitehouseGFS2: Wait for unlock completion on umount
2010-02-01 Steven WhitehouseGFS2: Use GFP_NOFS for alloc structure
2010-02-01 Steven WhitehouseGFS2: Fix previous patch
2010-02-01 Benjamin MarzinskiGFS2: Don't withdraw on partial rindex entries
2010-01-12 OGAWA HirofumiGFS2: Fix refcnt leak on gfs2_follow_link() error path
2010-01-11 Steven WhitehouseGFS2: Use MAX_LFS_FILESIZE for meta inode size
2010-01-08 Steven WhitehouseGFS2: Fix gfs2_xattr_acl_chmod()
2010-01-08 Steven WhitehouseGFS2: Fix locking bug in rename
2010-01-08 Steven WhitehouseGFS2: Ensure uptodate inode size when using O_APPEND
2009-12-17 Linus TorvaldsRevert "task_struct: make journal_info conditional"
2009-12-17 Christoph Hellwigkill I_LOCK
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-12-15 Joe Perchesfs/gfs2/sys.c: use %pUB to print UUIDs
2009-12-15 Hiroshi Shimamototask_struct: make journal_info conditional
2009-12-03 Steven WhitehouseGFS2: Fix glock refcount issues
2009-12-03 Wu Fengguangwriteback: remove unused nonblocking and congestion...
2009-12-03 Benjamin MarzinskiGFS2: drop rindex glock to refresh rindex list
2009-12-03 Steven WhitehouseGFS2: Tag all metadata with jid
2009-12-03 Steven WhitehouseGFS2: Locking order fix in gfs2_check_blk_state
2009-12-03 Steven WhitehouseGFS2: Remove dirent_first() function
2009-12-03 Steven WhitehouseGFS2: Display nobarrier option in /proc/mounts
2009-12-03 Christoph HellwigGFS2: add barrier/nobarrier mount options
2009-12-03 Benjamin MarzinskiGFS2: remove division from new statfs code
2009-12-03 Benjamin MarzinskiGFS2: Improve statfs and quota usability
2009-12-03 Steven WhitehouseGFS2: Use dquot_send_warning()
2009-12-03 Steven WhitehouseGFS2: Add set_xquota support
2009-12-03 Steven WhitehouseGFS2: Add get_xquota support
2009-12-03 Steven WhitehouseGFS2: Clean up gfs2_adjust_quota() and do_glock()
2009-12-03 Steven WhitehouseGFS2: Remove constant argument from qd_get()
2009-12-03 Steven WhitehouseGFS2: Remove constant argument from qdsb_get()
2009-12-03 Steven WhitehouseGFS2: Add proper error reporting to quota sync via...
2009-12-03 Steven WhitehouseGFS2: Add get_xstate quota function
2009-12-03 Steven WhitehouseGFS2: Remove obsolete code in quota.c
2009-12-03 Steven WhitehouseGFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops
2009-12-03 Steven WhitehouseGFS2: Alter arguments of gfs2_quota/statfs_sync
2009-12-03 Steven WhitehouseGFS2: Add cached ACLs support
2009-12-03 Steven WhitehouseGFS2: Clean up ACLs
2009-12-03 Steven WhitehouseGFS2: Use gfs2_set_mode() instead of munge_mode()
2009-12-03 Steven WhitehouseGFS2: Use forget_all_cached_acls()
2009-12-03 Steven WhitehouseGFS2: Fix up system xattrs
2009-12-03 Steven WhitehouseGFS2: Fix -o meta mounts for subsequent mounts (i.e...
2009-12-03 Steven WhitehouseGFS2: Fix potential race in glock code
2009-11-20 David HowellsSLOW_WORK: Fix GFS2 to #include <linux/module.h> before...
2009-11-19 David HowellsSLOW_WORK: Wait for outstanding work items belonging...
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-24 Alexey Dobriyanheaders: utsname.h redux
2009-09-21 Anand Gadiyartrivial: fix typo "to to" in multiple files
2009-09-16 Andi KleenHWPOISON: Enable .remove_error_page for migration aware...
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-14 Steven WhitehouseGFS2: Whitespace fixes
2009-09-14 Christoph Hellwigblock: use blkdev_issue_discard in blk_ioctl_discard
2009-09-09 Steven WhitehouseGFS2: Remove unused sysfs file
2009-09-08 Steven WhitehouseGFS2: Be extra careful about deallocating inodes
2009-08-27 Steven WhitehouseGFS2: Remove no_formal_ino generating code
2009-08-26 Steven WhitehouseGFS2: Rename eattr.[ch] as xattr.[ch]
2009-08-26 Steven WhitehouseGFS2: Clean up of extended attribute support
2009-08-24 Bob PetersonGFS2: Add "-o errors=panic|withdraw" mount options
2009-08-24 Roel KluinGFS2: jumping to wrong label?
2009-08-18 Wengang WangGFS2: free disk inode which is deleted by remote node -V2
2009-08-17 Steven WhitehouseGFS2: Add sysfs link to device
2009-08-17 Steven WhitehouseGFS2: Replace assertion with proper error handling
2009-08-17 Steven WhitehouseGFS2: Improve error handling in inode allocation
2009-08-17 Steven WhitehouseGFS2: Add some more info to uevents
2009-08-17 Steven WhitehouseGFS2: Add online uevent to GFS2
2009-08-14 Steven WhitehouseGFS2: Fix permissions on "recover" file
2009-07-30 Benjamin MarzinskiGFS2: remove dcache entries for remote deleted inodes
2009-07-30 Benjamin MarzinskiGFS2: Fix incorrent statfs consistency check
2009-07-30 Benjamin MarzinskiGFS2: Don't put unlikely reclaim candidates on the...
2009-07-30 Steven WhitehouseGFS2: Don't try and dealloc own inode
2009-07-30 Benjamin MarzinskiGFS2: Fix panic in glock memory shrinker
2009-07-30 Benjamin MarzinskiGFS2: keep statfs info in sync on grows
2009-07-30 Steven WhitehouseGFS2: Shrink the shrinker
2009-07-13 Li Zefantracing/events: Move TRACE_SYSTEM outside of include...
2009-06-19 Bartlomiej Zolnier... block: rename CONFIG_LBD to CONFIG_LBDAF
2009-06-12 Steven WhitehouseGFS2: Remove lock_kernel from gfs2_put_super()
2009-06-12 Steven WhitehouseGFS2: Add tracepoints
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
next