aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-08-211-7/+14
| |\ \ \ \ \
| | * | | | | btrfs: fix inode rbtree corruptionFrom: Nick Piggin2009-08-211-7/+14
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-08-192-1/+3
| |\ \ \ \ \
| | * | | | | nilfs2: fix oopses with doubly mounted snapshotsRyusuke Konishi2009-08-191-1/+1
| | * | | | | nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()Zhang Qiang2009-08-181-0/+2
| * | | | | | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-181-16/+3
| * | | | | | vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signedJeff Layton2009-08-181-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-08-173-57/+70
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | inotify: start watch descriptor count at 1Eric Paris2009-08-171-1/+1
| * | | | | inotify: tail drop inotify q_overflow eventsEric Paris2009-08-171-0/+4
| * | | | | notify: unused event private raceEric Paris2009-08-173-14/+13
* | | | | | xfs: use correct log reservation when handling ENOSPC in xfs_createChristoph Hellwig2009-09-091-2/+2
* | | | | | xfs: xfs_showargs() reports group *and* project quotas enabledAlex Elder2009-09-021-9/+13
* | | | | | xfs: un-static xfs_inobt_lookupChristoph Hellwig2009-09-011-1/+1
* | | | | | xfs: actually enable the swapext compat handlerChristoph Hellwig2009-09-011-1/+1
* | | | | | xfs: simplify xfs_trans_igetChristoph Hellwig2009-09-015-113/+5
* | | | | | xfs: merge fsync and O_SYNC handlingChristoph Hellwig2009-09-0110-112/+23
* | | | | | xfs: speed up free inode searchDave Chinner2009-09-012-27/+115
* | | | | | xfs: rationalize xfs_inobt_lookup*Christoph Hellwig2009-09-013-71/+32
* | | | | | xfs: untangle xfs_diallocChristoph Hellwig2009-09-011-153/+138
* | | | | | xfs: factor out debug checks from xfs_dialloc and xfs_difreeDave Chinner2009-09-011-75/+56
* | | | | | xfs: improve xfs_inobt_update prototypeChristoph Hellwig2009-09-011-12/+11
* | | | | | xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig2009-09-013-92/+77
* | | | | | xfs: factor out inode initialisationDave Chinner2009-09-011-80/+95
* | | | | | fs/xfs: Correct redundant testJulia Lawall2009-08-311-2/+2
* | | | | | xfs: remove XFS_INO64_OFFSETEric Sandeen2009-08-311-1/+0
* | | | | | un-static xfs_read_agfEric Sandeen2009-08-312-1/+4
* | | | | | xfs: add more statics & drop some unused functionsEric Sandeen2009-08-3123-159/+22
| |/ / / / |/| | | |
* | | | | xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig2009-08-173-57/+70
|/ / / /
* | | | poll/select: initialize triggered field of struct poll_wqueuesGuillaume Knispel2009-08-151-0/+1
* | | | GFS2: Fix permissions on "recover" fileSteven Whitehouse2009-08-141-10/+10
|/ / /
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-08-1316-135/+357
|\ \ \ | |/ /
| * | ocfs2: Fix possible deadlock when extending quota fileJan Kara2009-08-102-63/+57
| * | ocfs2: keep index within status_map[]Roel Kluin2009-08-071-1/+2
| * | ocfs2: Initialize the cluster we're writing to in a non-sparse extendSunil Mushran2009-08-071-19/+47
| * | ocfs2: Remove redundant BUG_ON in __dlm_queue_ast()Goldwyn Rodrigues2009-07-311-1/+0
| * | ocfs2/quota: Release lock for error in ocfs2_quota_write.Tao Ma2009-07-301-1/+1
| * | ocfs2: Define credit counts for quota operationsJan Kara2009-07-233-12/+35
| * | ocfs2: Remove syncjiff field from quota infoJan Kara2009-07-232-4/+2
| * | ocfs2: Fix initialization of blockcheck statsJan Kara2009-07-231-0/+1
| * | ocfs2: Zero out padding of on disk dquot structureJan Kara2009-07-231-0/+1
| * | ocfs2: Initialize blocks allocated to local quota fileJan Kara2009-07-231-15/+83
| * | ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq()Jan Kara2009-07-231-1/+3
| * | ocfs2: Make global quota files blocksize alignedJan Kara2009-07-231-2/+5
| * | ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records.Tao Ma2009-07-231-1/+2
| * | ocfs2: Fix deadlock on umountJan Kara2009-07-214-15/+70
| * | ocfs2: Add extra credits and access the modified bh in update_edge_lengths.Tao Ma2009-07-211-5/+39
| * | ocfs2: Fail ocfs2_get_block() immediately when a block needs allocationWengang Wang2009-07-201-0/+1
| * | ocfs2: Fix error return in ocfs2_write_cluster()Wengang Wang2009-07-201-1/+1
| * | ocfs2: Fix compilation warning for fs/ocfs2/xattr.cSubrata Modak2009-07-201-1/+2