summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-02-28fs/9p: increment inode->i_count in cached mode.Aneesh Kumar K.V
2011-02-28fs/9p: set fs cache cookie in create path alsoAneesh Kumar K.V
2011-02-28fs/9p: set the cached file_operations struct during inode initAneesh Kumar K.V
2011-02-28jbd: Remove one to many n's in a word.Justin P. Mattock
2011-02-28ext3: skip orphan cleanup on rocompat fsAmir Goldstein
2011-02-28ext2: Fix link count corruption under heavy link+rename loadJosh Hunt
2011-02-28cifs: cleanup: Rename and remove config flagsShirish Pargaonkar
2011-02-28ext4: optimize ext4_bio_write_page() when no extent conversion is neededTheodore Ts'o
2011-02-28nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi
2011-02-28nilfs2: optimize rec_len functionsRyusuke Konishi
2011-02-28nilfs2: append blocksize info to warnings during loading super blocksRyusuke Konishi
2011-02-28nilfs2: add compat ioctlRyusuke Konishi
2011-02-28nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONRyusuke Konishi
2011-02-28nilfs2: tighten restrictions on inode flagsRyusuke Konishi
2011-02-28nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is setRyusuke Konishi
2011-02-28nilfs2: use common file attribute macrosRyusuke Konishi
2011-02-28nilfs2: add free entries count only if clear bit operation succeededRyusuke Konishi
2011-02-28nilfs2: decrement inodes count only if raw inode was successfully deletedRyusuke Konishi
2011-02-28nilfs2: fix regression that i-flag is not set on changeless checkpointsRyusuke Konishi
2011-02-28ext4: skip orphan cleanup if fs has unknown ROCOMPAT featuresAmir Goldstein
2011-02-27ext4: use the nblocks arg to ext4_truncate_restart_trans()Amir Goldstein
2011-02-27ext4: fix missing iput of root inode for some mount error pathsManish Katiyar
2011-02-27ext4: make FIEMAP and delayed allocation play well togetherYongqiang Yang
2011-02-27ext4: suppress verbose debugging information if malloc-debug is offTheodore Ts'o
2011-02-27ext4: don't leave PageWriteback set after memory failureTheodore Ts'o
2011-02-27[CIFS] Remove 3 checkpatch warningsSteve French
2011-02-27Add structure definitions for SMB2 PDUsSteve French
2011-02-27Cleanup cifs headers for smb2 debugging routinesSteve French
2011-02-27Allow user names longer than 32 bytesSteve French
2011-02-27Allow SMB2 statistics to be trackedSteve French
2011-02-26ext4: move setup of the mpd structure to write_cache_pages_da()Theodore Ts'o
2011-02-26ext4: don't lock the next page in write_cache_pages if not neededTheodore Ts'o
2011-02-26ext4: remove page_skipped hackery in ext4_da_writepages()Theodore Ts'o
2011-02-26ext4: clear the dirty bit for a page in writeback at the last minuteTheodore Ts'o
2011-02-26ext4: simple cleanups to write_cache_pages_da()Theodore Ts'o
2011-02-26ext4: fold __mpage_da_writepage() into write_cache_pages_da()Theodore Ts'o
2011-02-26ext4: enable mblk_io_submit by defaultTheodore Ts'o
2011-02-26ext4: fix ext4_da_block_invalidatepages() to handle page range properlyCurt Wohlgemuth
2011-02-26ext4: mark multi-page IO complete on mapping failureCurt Wohlgemuth
2011-02-25aio: fix race between io_destroy() and io_submit()Jan Kara
2011-02-25aio: fix rcu ioctx lookupNick Piggin
2011-02-25ldm: corrupted partition table can cause kernel oopsTimo Warns
2011-02-25epoll: prevent creating circular epoll structuresDavide Libenzi
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-25[fs/9p] Make access=client default in 9p2000.L protocolVenkateswararao Jujjuri (JV)
2011-02-25[fs/9P] Add posixacl mount optionVenkateswararao Jujjuri (JV)
2011-02-25[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined.Venkateswararao Jujjuri (JV)
2011-02-25[fs/9p] Initialze cached acls both in cached/uncached mode.Venkateswararao Jujjuri (JV)
2011-02-25[fs/9p] Plug potential acl leakVenkateswararao Jujjuri (JV)
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds