aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-05-10nilfs2: add routine to move secondary super blockRyusuke Konishi
2011-05-10nilfs2: add ioctl which limits range of segment to be allocatedRyusuke Konishi
2011-05-10nilfs2: zero fill unused portion of super root blockRyusuke Konishi
2011-05-10nilfs2: super root size should change depending on inode sizeRyusuke Konishi
2011-05-10nilfs2: get rid of private page allocatorRyusuke Konishi
2011-05-10nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser
2011-05-10nilfs2: fix infinite loop in nilfs_palloc_freev functionRyusuke Konishi
2011-05-10GFS2: Rename ops_inode.c to inode.cSteven Whitehouse
2011-05-10GFS2: Inode.c is empty now, remove itSteven Whitehouse
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-05-09xfs: fix race condition in AIL push triggerDave Chinner
2011-05-09xfs: make AIL target updates and compares 32bit safe.Dave Chinner
2011-05-09xfs: always push the AIL to the targetDave Chinner
2011-05-09xfs: exit AIL push work correctly when AIL is emptyDave Chinner
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-05-09Merge branch 'hpfs'Linus Torvalds
2011-05-09HPFS: Remove unused variableMikulas Patocka
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka
2011-05-09HPFS: Use types with defined widthMikulas Patocka
2011-05-09HPFS: Remove mark_inode_dirtyMikulas Patocka
2011-05-09HPFS: Remove CR/LF conversion optionMikulas Patocka
2011-05-09HPFS: Remove remaining locksMikulas Patocka
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka
2011-05-09HPFS: Make HPFS compile on preempt and SMPMikulas Patocka
2011-05-09GFS2: Move final part of inode.c into super.cSteven Whitehouse
2011-05-09GFS2: Move most of the remaining inode.c into ops_inode.cSteven Whitehouse
2011-05-09GFS2: Move gfs2_refresh_inode() and friends into glops.cSteven Whitehouse
2011-05-09GFS2: Remove gfs2_dinode_print() functionSteven Whitehouse
2011-05-09GFS2: When adding a new dir entry, inc link count if it is a subdirSteven Whitehouse
2011-05-09GFS2: Make gfs2_dir_del update link count when requiredSteven Whitehouse
2011-05-09GFS2: Don't use gfs2_change_nlink in link syscallSteven Whitehouse
2011-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-05-06Validate size of EFI GUID partition entries.Timo Warns
2011-05-05GFS2: Don't use a try lock when promoting to a higher modeSteven Whitehouse
2011-05-05GFS2: Double check link count under glockSteven Whitehouse
2011-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds
2011-05-03ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang
2011-05-03ceph: use ihold() when i_lock is heldSage Weil
2011-05-03GFS2: Improve bug trap code in ->releasepage()Steven Whitehouse
2011-05-03GFS2: Fix ail list traversalSteven Whitehouse
2011-05-03GFS2: make sure fallocate bytes is a multiple of blksizeBenjamin Marzinski