aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-17mtd: mtdpart: disallow reading OOB past the end of the partitionArtem Bityutskiy1-1/+18
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim2-7/+7
2011-01-17aio: check return value of create_workqueue()Namhyung Kim1-1/+1
2011-01-17hpfs_setattr error case avoids unlock_kernelDr. David Alan Gilbert1-1/+1
2011-01-17compat: copy missing fields in compat_statfs64 to userNamhyung Kim1-1/+3
2011-01-17compat: update comment of compat statfs syscallsNamhyung Kim1-1/+1
2011-01-17compat: remove unnecessary assignment in compat_rw_copy_check_uvector()Namhyung Kim1-3/+1
2011-01-17fs: FS_POSIX_ACL does not depend on BLOCKRandy Dunlap1-9/+8
2011-01-17fs: Remove unlikely() from fget_light()Steven Rostedt1-1/+1
2011-01-17fs: Remove unlikely() from fput_light()Steven Rostedt1-1/+1
2011-01-17fallocate should be a file operationChristoph Hellwig13-448/+440
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig5-3/+8
2011-01-17staging: smbfs building fixYang Ruirui1-2/+2
2011-01-17tidy up around finish_automount()Al Viro2-30/+18
2011-01-17don't drop newmnt on error in do_add_mount()Al Viro1-11/+5
2011-01-17Take the completion of automount into new helperAl Viro3-26/+39
2011-01-17alpha: fix WARN_ON in __local_bh_enable()Ivan Kokshaysky1-3/+2
2011-01-17alpha: fix breakage caused by df9ee29270Ivan Kokshaysky1-3/+5
2011-01-17alpha: add GENERIC_HARDIRQS_NO__DO_IRQ to KconfigMatt Turner1-0/+3
2011-01-17alpha/osf_sys: remove unused MAX_SELECT_SECONDSNamhyung Kim1-3/+0
2011-01-17alpha: change to new Makefile flag variablesmatt mooney5-7/+7
2011-01-17alpha: kill off alpha_do_IRQKyle McMartin21-460/+94
2011-01-17alpha: irq clean upKyle McMartin20-58/+67
2011-01-17alpha: use set_irq_chip and push down __do_IRQ to the machine typesKyle McMartin20-48/+59
2011-01-17drm/radeon/kms: balance asic_reset functionsAlex Deucher3-18/+20
2011-01-17drm/radeon/kms: remove duplicate card_posted() functionsAlex Deucher3-46/+3
2011-01-17drm/radeon/kms: add module option for pcie gen2Alex Deucher5-0/+14
2011-01-17drm/radeon/kms: fix typo in evergreen safe regAlex Deucher1-1/+1
2011-01-17drm/nouveau: fix gpu page faults triggered by plymouthdBen Skeggs1-2/+2
2011-01-17drm/nouveau: greatly simplify mm, killing some bugs in the processBen Skeggs3-160/+52
2011-01-17drm/nvc0: enable protection of system-use-only structures in vmBen Skeggs4-5/+10
2011-01-17drm/nv40: initialise 0x17xx on all chipsets that have itBen Skeggs1-12/+2
2011-01-17drm/nv40: make detection of 0x4097-ful chipsets available everywhereBen Skeggs3-18/+20
2011-01-16drivers/nfc/pn544.c: fix min_t warningsAndrew Morton1-1/+1
2011-01-16ARM: PL08x: cleanup commentsRussell King - ARM Linux2-117/+72
2011-01-16parisc: fix compile breakage caused by inlining maybe_mkwriteJames Bottomley1-1/+3
2011-01-16fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli2-18/+7
2011-01-16VFS: Fix UP compile error in fs/namespace.cAl Viro1-7/+24
2011-01-16ocfs2: Make OCFS2_FS depend on CONFIGFS_FSNicholas Bellinger1-2/+1
2011-01-16dlm: Make DLM depend on CONFIGFS_FSNicholas Bellinger1-2/+1
2011-01-16net: Make NETCONSOLE_DYNAMIC depend on CONFIGFS_FSNicholas Bellinger1-2/+1
2011-01-16configfs: change depends -> select SYSFSNicholas Bellinger1-2/+2
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt1-0/+1
2011-01-16ACPI: Fix boot problem related to APEI with acpi_disabled setRafael J. Wysocki2-5/+5
2011-01-16PCI / ACPI: Fix build of the AER driver for CONFIG_ACPI unsetRafael J. Wysocki1-3/+0
2011-01-16sanitize vfsmount refcounting changesAl Viro10-117/+75
2011-01-16fix old umount_tree() breakageAl Viro1-3/+5
2011-01-15dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Grant Likely5-16/+8
2011-01-15autofs4: Merge the remaining dentry ops tablesDavid Howells3-20/+4
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells8-89/+101