summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Create ocfs2_stack_operations and split out the o2cb stack.Joel Becker2008-04-184-372/+532
* ocfs2: Split o2cb code from generic stack functions.Joel Becker2008-04-181-65/+144
* ocfs2: Clean up stackglue initializationJoel Becker2008-04-185-22/+9
* ocfs2: Abstract out a debugging function for underlying dlms.Joel Becker2008-04-183-2/+7
* ocfs2: handle async EAGAIN from NOQUEUE requestDavid Teigland2008-04-181-4/+23
* ocfs2: Remove CANCELGRANT from the view of dlmglue.Joel Becker2008-04-183-55/+188
* ocfs2: Fill node number during cluster stack initMark Fasheh2008-04-182-34/+12
* ocfs2: Move o2hb functionality into the stack glue.Joel Becker2008-04-188-55/+62
* ocfs2: Abstract out node number queries.Joel Becker2008-04-185-14/+30
* ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API.Joel Becker2008-04-188-102/+221
* ocfs2: Create the lock status block union.Joel Becker2008-04-184-21/+47
* ocfs2: Use -errno instead of dlm_status for ocfs2_dlm_lock/unlock() API.Joel Becker2008-04-183-76/+188
* ocfs2: Use global DLM_ constants in generic code.Joel Becker2008-04-183-77/+147
* ocfs2: Separate out dlm lock functions.Joel Becker2008-04-186-49/+179
* ocfs2: New slot map formatJoel Becker2008-04-183-15/+133
* ocfs2: Define the contents of the slot_map file.Joel Becker2008-04-182-7/+20
* ocfs2: De-magic the in-memory slot map.Joel Becker2008-04-184-63/+77
* ocfs2: slot_map I/O based on max_slots.Joel Becker2008-04-181-20/+108
* ocfs2: Change the recovery map to an array of node numbers.Joel Becker2008-04-187-170/+182
* ocfs2: Make ocfs2_slot_info private.Joel Becker2008-04-184-57/+74
* ocfs2: Move slot map access into slot_map.cMark Fasheh2008-04-185-32/+55
* AFS: Do not describe debug parameters with their valuePaul Bolle2008-04-161-1/+1
* vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-154-5/+5
* JFFS2 Fix of panics caused by wrong condition for hole frag creation in write...Alexey Korolev2008-04-141-1/+1
* locks: fix possible infinite loop in fcntl(F_SETLKW) over nfsJ. Bruce Fields2008-04-141-20/+28
* Merge branch 'docs' of git://git.lwn.net/linux-2.6Linus Torvalds2008-04-111-4/+4
|\
| * Documentation: move nfsroot.txt to filesystems/J. Bruce Fields2008-04-111-4/+4
* | signalfd: fix for incorrect SI_QUEUE user data reportingDavide Libenzi2008-04-111-1/+6
* | eventfd/kaio integration fixDavide Libenzi2008-04-111-8/+9
* | asmlinkage_protect sys_io_geteventsRoland McGrath2008-04-101-0/+1
* | asmlinkage_protect replaces prevent_tail_callRoland McGrath2008-04-101-4/+4
* | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-04-1021-148/+153
|\ \
| * | [XFS] Ensure "both" features2 slots are consistentEric Sandeen2008-04-102-15/+29
| * | [XFS] Fix superblock features2 field alignment problemDavid Chinner2008-04-102-9/+62
| * | [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-1021-138/+76
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-101-25/+6
|\ \ \
| * | | splice: fix infinite loop in generic_file_splice_read()Jens Axboe2008-04-101-25/+6
* | | | HFS+: fix unlink of linksRoman Zippel2008-04-101-8/+15
|/ / /
* | | fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/...Bryan Wu2008-04-081-0/+4
* | | NFS: initialize flags field in nfs_open_contextJeff Layton2008-04-081-0/+1
|/ /
* | Be more careful about marking buffers dirtyLinus Torvalds2008-04-041-1/+14
* | afs: remove smp_prcessor_id() from debug macroSven Schnelle2008-04-031-1/+1
* | splice: use mapping_gfp_maskHugh Dickins2008-04-031-1/+1
* | efs: update error msg to not refer to deleted read_inode()Robert P. J. Day2008-04-021-1/+1
* | afs: add missing up_write() on returnSven Schnelle2008-04-021-0/+1
* | cifs: fix misannotationsAl Viro2008-03-301-2/+2
* | NULL noise: fs/*, mm/*, kernel/*Al Viro2008-03-305-10/+12
* | jbd/jbd2 NULL noiseAl Viro2008-03-304-12/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-287-145/+70
|\
| * [PATCH] mnt_expire is protected by namespace_sem, no need for vfsmount_lockAl Viro2008-03-271-9/+2