summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-12-22FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID.Mike Lockwood
2011-12-22fuse: Freeze client on suspend when request sent to userspaceTodd Poynor
2011-12-22block: genhd: Add partition name to the partition info uevent callbackBrian Swetland
2011-12-22fs: partitions: Fix warnings in fs/partitions/check.cColin Cross
2011-12-22block: genhd: Add disk/partition specific uevent callbacks for partition infoSan Mehat
2011-12-22fs: yaffs: don't force YAFFS_TRACE_ALWAYS for all trace levelsDima Zavin
2011-12-22fs: yaffs: Import yaffs from Thu Dec 23 13:31:37 2010 +1300=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2011-12-22fs: block_dump: Don't display inode changes if block_dump < 2San Mehat
2011-12-22proc: smaps: Allow smaps access for CAP_SYS_RESOURCESan Mehat
2011-12-09Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-12-09procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko
2011-12-09fs/proc/meminfo.c: fix compilation errorClaudio Scordino
2011-12-08cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton
2011-12-08cifs: attempt to freeze while looping on a receive attemptJeff Layton
2011-12-08cifs: Fix sparse warning when calling cifs_strtoUCSSteve French
2011-12-08CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky
2011-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-12-08Btrfs: drop spin lock when memory alloc failsLiu Bo
2011-12-08Btrfs: check if the to-be-added device is writableLi Zefan
2011-12-08Btrfs: try cluster but don't advance in search listAlexandre Oliva
2011-12-07Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva
2011-12-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro
2011-12-06xfs: fix the logspace waiting algorithmChristoph Hellwig
2011-12-06xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig
2011-12-02xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner
2011-12-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-12-01ocfs2: avoid unaligned access to dqc_bitmapAkinobu Mita
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-12-01Btrfs: fix meta data raid-repair merge problemJan Schmidt
2011-11-30Btrfs: skip allocation attempt from empty clusterAlexandre Oliva
2011-11-30Btrfs: skip block groups without enough space for a clusterAlexandre Oliva
2011-11-30Btrfs: start search for new cluster at the beginningAlexandre Oliva
2011-11-30Btrfs: reset cluster's max_size when creating bitmapAlexandre Oliva
2011-11-30Btrfs: initialize new bitmaps' listAlexandre Oliva
2011-11-30Btrfs: fix oops when calling statfs on readonly deviceLi Zefan
2011-11-30Btrfs: Don't error on resizing FS to same sizeMike Fleetwood
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie
2011-11-30btrfs scrub: handle -ENOMEM from init_ipath()Dan Carpenter
2011-11-29xfs: fix attr2 vs large data fork assertChristoph Hellwig
2011-11-29xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig
2011-11-29Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds
2011-11-28xfs: validate acl countChristoph Hellwig
2011-11-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds
2011-11-24ext4: fix racy use-after-free in ext4_end_io_dio()Tejun Heo
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds
2011-11-23eCryptfs: Extend array bounds for all filename charsTyler Hicks
2011-11-23eCryptfs: Flush file in vma closeTyler Hicks